class TodoAPI

Overview

Server API providing CRUD operations on the TODO data model.

Included Modules

Defined in:

todo_api.cr
todo_api/controllers/auth.cr
todo_api/controllers/list.cr

Constant Summary

VERSION = "0.1.0"

Instance Method Summary

Instance Method Detail

def draw_auth_routes #

[View source]
def draw_list_routes #

[View source]
def run #

Start the HTTP server.


[View source]