Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 965 Bytes

notebook.md

File metadata and controls

33 lines (21 loc) · 965 Bytes

Notebook

Get a Notebook Category

GET /notebookCategories/{category_id}.json

tw.notebookCategories.get(category_id)

Update a Notebook Category

PUT /notebookCategories/{category_id}.json

tw.notebookCategories.update(category_id, body)

Delete a Notebook Category

DELETE /notebookCategories/{category_id}.json

tw.notebookCategories.delete(category_id)

Get a Notebooks from a Notebook Category

GET /notebookCategories/{category_id}/notebooks.json

tw.notebookCategories.getNotebooks(category_id, query_string)