Method: Camp3::Client::TodoAPI#todos
- Defined in:
- lib/camp3/api/todo.rb
#todos(todolist, options = {}) ⇒ Object
10 11 12 |
# File 'lib/camp3/api/todo.rb', line 10 def todos(todolist, ={}) get(todolist.todos_url, .merge(override_path: true)) end |