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
AbstractApiModule adds a load of extra data to the request for use in handlers. This needs to be fully documented. Not sure of the best way to do this, possibly an API ref + a doc page, possibly just a doc page with examples.
config
route
modifying/modifiers
handlers
permissions
collectionName
data (body)
query (params + query)
schemaName
modifying
Notes
For /query route, options should be passed as querystring, with the query as the body
The text was updated successfully, but these errors were encountered:
AbstractApiModule adds a load of extra data to the request for use in handlers. This needs to be fully documented. Not sure of the best way to do this, possibly an API ref + a doc page, possibly just a doc page with examples.
Notes
/query
route, options should be passed as querystring, with the query as the bodyThe text was updated successfully, but these errors were encountered: