Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource.resources should be object containing subresources of resource #26

Open
ahdinosaur opened this issue Jul 13, 2013 · 0 comments

Comments

@ahdinosaur
Copy link

this way resource stores all the resources in the same format as other resources (such as auth, socket, persistence, github, template, etc) can store subresources. this way we can implement docs, package, etc to iterate through subresources.

the proposed name of a subresource is parent-child as in auth-github. (or does auth::github make more sense?) the proposed way to access a subresource is parent.child as in auth.github, which should be reflected when generating documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant