MantisBase v0.3.7
Loading...
Searching...
No Matches
entity_routes.h File Reference

Unified entity CRUD route handlers and registration. More...

#include "../types.h"
Include dependency graph for entity_routes.h:

Go to the source code of this file.

Namespaces

namespace  mb
 router.h
 

Functions

HandlerFn mb::entityGetManyHandler ()
 
HandlerFn mb::entityGetOneHandler ()
 
HandlerWithContentReaderFn mb::entityPostHandler ()
 
HandlerWithContentReaderFn mb::entityPatchHandler ()
 
HandlerFn mb::entityDeleteHandler ()
 
void mb::registerAdminEntityRoutes ()
 

Detailed Description

Unified entity CRUD route handlers and registration.