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
we need free validation and documentation of views by incorporating views onto a resource schema.
each view is a resource method, where do we put the method signature?
also view.index.present(options, callback) or view.sub.dir.create.present(options, callback) of a view instance is confusing, when view.index(options, callback) or view.sub.dir.create(options, callback) is much cleaner
The text was updated successfully, but these errors were encountered:
we need free validation and documentation of views by incorporating views onto a resource schema.
view.index.present(options, callback)
orview.sub.dir.create.present(options, callback)
of aview
instance is confusing, whenview.index(options, callback)
orview.sub.dir.create(options, callback)
is much cleanerThe text was updated successfully, but these errors were encountered: