Adds a list. The list is automatically the property of the creating user.
POST:
curl --dump-header - -H "Content-Type: application/json" -X POST --data '{"title": "test title", "slug":"test-slug", "description":"test description", "access_token":"{access_token}"}' https://consumernotebook.com/api/v1/manage-lists/
Results:
HTTP/1.0 201 CREATED
Date: Wed, 21 Mar 2012 22:43:32 GMT
Server: WSGIServer/0.1 Python/2.7.1
Vary: Cookie
Content-Type: text/html; charset=utf-8
Location: https://consumernotebook.com/api/v1/manage-lists/pydanny/test-slug/
Note
You will have to change the name of ‘manage-lists’ to ‘lists’ in order to use this list object for GETs.