Skip to main content

Module classes

Module classes 

Source
Expand description

The five /classes verbs.

Upstream: src/Routers/ClassesRouter.js. Response shapes are wire contract and narrower than they look: a create returns {objectId, createdAt}, an update returns {updatedAt}, and a delete returns {}. Returning the whole object would be more helpful and would not match.

Functionsยง

create
delete
dispatch_collection
POST dispatcher for the collection route.
dispatch_object
POST dispatcher for the object route.
find
get
update