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 POSTdispatcher for the collection route.- dispatch_
object POSTdispatcher for the object route.- find
- get
- update