Created
March 6, 2012 17:24
-
-
Save jacobh/1987601 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
# /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" | |
} | |
} | |
] |
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
# /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