Module: Todoable

Defined in:
lib/todoable.rb,
lib/todoable/item.rb,
lib/todoable/list.rb

Defined Under Namespace

Classes: Item, List, User

Constant Summary collapse

BASE_ROUTE =
'http://todoable.teachable.tech/api'
LISTS_PATH =
"/lists"