Skip to content

Instantly share code, notes, and snippets.

@bogsio
Created July 25, 2014 11:19
Show Gist options
  • Save bogsio/0612e3fa522549cc5e8f to your computer and use it in GitHub Desktop.
Save bogsio/0612e3fa522549cc5e8f to your computer and use it in GitHub Desktop.
TPT3 - add tomany keys
{
"meta":{
"limit":20,
"next":null,
"offset":0,
"previous":null,
"total_count":1
},
"objects":[
{
"id":1,
"item_count":2,
"item_urls":[
"/api/v1/item/1/",
"/api/v1/item/2/"
],
"items":[
{
"id":1,
"text":"Learn TastyPie"
},
{
"id":2,
"text":"Finish this tut"
}
],
"name":"My first TODO list",
"resource_uri":"/api/v1/list/1/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment