GET /notebooks.json | /notebooks/{notebook_id}.json
tw.notebooks.get(query_string, notebook_id)
PUT /notebooks/{notebook_id}.json
tw.notebooks.update(notebook_id, body)
PUT /notebooks/{notebook_id}/lock.json
tw.notebooks.lock(notebook_id)
PUT /notebooks/{notebook_id}/unlock.json
tw.notebooks.unlock(notebook_id)
DELETE /notebooks/{notebook_id}.json
tw.notebooks.delete(notebook_id)
PUT /notebooks/{notebook_id}/copy.json
tw.notebooks.copy(notebook_id, body)
PUT /notebooks/{notebook_id}/move.json
tw.notebooks.move(notebook_id, body)
GET /notebooks/{notebook_id}/comments.json
tw.notbooks.getComments(notebook_id, query_string)
POST /notebooks/{notebook_id}/comments.json
tw.notbooks.createComment(notebook_id, body)
GET /notebooks/{notebook_id}/tags.json
tw.notebooks.getTags(notebook_id, query_string)
PUT /notebooks/{notebook_id}/tags.json
tw.notebooks.updateTag(notebook_id, body)