You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
this way
resource
stores all the resources in the same format as other resources (such asauth
,socket
,persistence
,github
,template
, etc) can store subresources. this way we can implementdocs
,package
, etc to iterate through subresources.the proposed name of a subresource is
parent-child
as inauth-github
. (or doesauth::github
make more sense?) the proposed way to access a subresource isparent.child
as inauth.github
, which should be reflected when generating documentation.The text was updated successfully, but these errors were encountered: