Created
July 25, 2014 11:19
-
-
Save bogsio/0612e3fa522549cc5e8f to your computer and use it in GitHub Desktop.
TPT3 - add tomany keys
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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