Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

REST API :: Lists

George Czabania edited this page Feb 20, 2014 · 3 revisions

Lists

Show all lists

GET /api/lists

Show a list

GET /api/lists/:list_id

Update a list

PUT /api/lists/:list_id

Create a list

POST /api/lists

Destroy a list

DELETE /api/lists/:list_id