Skip to content

Instantly share code, notes, and snippets.

@jacobh
Created March 6, 2012 17:24
Show Gist options
  • Save jacobh/1987601 to your computer and use it in GitHub Desktop.
Save jacobh/1987601 to your computer and use it in GitHub Desktop.
# /feeds/
[
{
"pk": 2,
"model": "feeds.feed",
"fields": {
"school": null,
"code": "5551609730",
"description": "this is the english lit feed",
"title": "English Literature",
"owners": [
2
],
"is_public": true,
"slug": "english"
}
},
{
"pk": 1,
"model": "feeds.feed",
"fields": {
"school": null,
"code": "7567254326",
"description": "Description goes here and stuff",
"title": "Maths",
"owners": [
1
],
"is_public": true,
"slug": "maths"
}
}
]
# /feeds/7567254326/
[
{
"pk":1,
"model":"feeds.feed",
"extras":{
"item_set":"[{'date': datetime.date(2012, 3, 31), 'description': u'hi', 'feed_id': 1, 'id': 1, 'title': u'This is a note'}, {'date': datetime.date(2012, 3, 7), 'description': u'gzkbgz;', 'feed_id': 1, 'id': 2, 'title': u'another note'}, {'date': datetime.date(2012, 4, 1), 'description': u'this is interesting', 'feed_id': 1, 'id': 3, 'title': u'blah blah hi notes'}]"
},
"fields":{
"school":null,
"code":"7567254326",
"description":"Description goes here and stuff",
"title":"Maths",
"owners":[
1
],
"is_public":true,
"slug":"maths"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment