gotodo

command module
v0.0.0-...-c83e203 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2021 License: MIT Imports: 6 Imported by: 0

README

gotodo is a toy Todo List service written in Go, using Fiber Framework, providing a RESTful API.

Here is a draft plan of how the API would work:

API

key value
/users/12 list_chunk: 123, token:X
/list_chunk/123 lists: [1,2,3], next: None
/list/1 name: X todo_chunk: 234
/todo_chunk/234 todos: [5,6], next: None
/todo_chunk/456 todos: [9], next: None
/todo/5 title: Eggs done: False
/todo/9 title: Milk done: True

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL