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
{ | |
"users_by_total_hits": | |
[ | |
{ | |
"name":"Betty Black", | |
"total_hits":"1205", | |
"num_articles":"23", | |
"num_blogs":"3" | |
}, | |
{ |
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
{ | |
"url_mapping":"http://oursocialbloggingsite.com/api/articles/<id>", | |
"elements": | |
[ | |
{ | |
"guid":"9876", | |
"id":"123" | |
} | |
] | |
} |
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
{ | |
"id":"125", | |
"url-mapping":"http://oursocialbloggingsite.com/api/articles/{id}" | |
} |
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
{ | |
"url":"http://oursocialbloggingsite.com/api/articles/125" | |
} |
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
{ | |
"users_by_total_hits": | |
[ | |
{ | |
"name":"Betty Black", | |
"total_hits":"1205" | |
}, | |
{ | |
"name":"Abe Adams", | |
"total_hits":"835" |
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
[ | |
{ | |
"guid":"9876", | |
"url":"http://oursocialbloggingsite.com/api/articles/125" | |
} | |
] |
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
[ | |
{ | |
"title":"Exciting Blog Post", | |
"text":"To make an exciting post, talk about explosions. Works for Hollywood....", | |
"guid":"9876" | |
} | |
] |
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
{ | |
"title":"Food", | |
"articles": | |
[ | |
{ | |
"url":"http://oursocialbloggingsite.com/api/articles/111", | |
"title":"Why Food Is Delicious", | |
"author":"Abe Adams" | |
}, | |
{ |
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
{ | |
"title":"Food", | |
"articles": | |
[ | |
"/articles/111", | |
"/articles/123" | |
] | |
} |
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
POST http://oursocialbloggingsite.com/api/article | |
{ | |
"title":"Exciting Blog Post", | |
"text":"To make an exciting post, talk about explosions. It works for Hollywood!" | |
} |
NewerOlder