Created
January 31, 2012 18:50
-
-
Save jpadilla/1712170 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": 2 | |
}, | |
"objects": [{ | |
"active": false, | |
"assigned_to": { | |
"id": "2" | |
}, | |
"created_by": { | |
"id": "2" | |
}, | |
"date_created": "2012-01-31T11:47:00.746964", | |
"date_done": null, | |
"date_updated": "2012-01-31T11:47:00.747014", | |
"description": "Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.", | |
"done": false, | |
"goal": { | |
"id": "1" | |
}, | |
"id": "1", | |
"position": 1, | |
"resource_uri": "/api/v1/todo/1/", | |
"title": "Install Tastypie" | |
}, { | |
"active": false, | |
"assigned_to": { | |
"id": "2" | |
}, | |
"created_by": { | |
"id": "2" | |
}, | |
"date_created": "2012-01-31T14:48:39.854577", | |
"date_done": null, | |
"date_updated": "2012-01-31T14:48:39.854613", | |
"description": "testing", | |
"done": false, | |
"goal": { | |
"id": "1" | |
}, | |
"id": "2", | |
"position": 2, | |
"resource_uri": "/api/v1/todo/2/", | |
"title": "Tastypie POST" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment