class TodoAPI
- TodoAPI
- Reference
- Object
Overview
Server API providing CRUD operations on the TODO data model.
Included Modules
- Router
Defined in:
todo_api.crtodo_api/controllers/auth.cr
todo_api/controllers/list.cr
Constant Summary
-
VERSION =
"0.1.0"
Instance Method Summary
- #draw_auth_routes
- #draw_list_routes
-
#run
Start the HTTP server.