tanuki v0.2.1 Tanuki.Todos

Summary

Functions

Mark all your todo’s as done

Gets the user by id, response might vary on your own role

Returns a list of todos. When no filter is applied, it returns all pending todos for the current user. Different filters allow the user to precise the request

Functions

all_done(client)

Mark all your todo’s as done.

done(todo_id, client)

Gets the user by id, response might vary on your own role

list(client, params \\ [])

Returns a list of todos. When no filter is applied, it returns all pending todos for the current user. Different filters allow the user to precise the request.