Created
November 9, 2012 21:13
-
-
Save codingjester/4048287 to your computer and use it in GitHub Desktop.
Sample Blog Info Gist
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":{ | |
"status":200, | |
"msg":"OK" | |
}, | |
"response":{ | |
"blog":{ | |
"title":"\/geek", | |
"posts":1160, | |
"name":"codingjester", | |
"url":"http:\/\/blog.johnbunting.me\/", | |
"updated":1352390307, | |
"description":"Hey, My name is John. I work at Tumblr. I love software, tech and anything geeky. Follow me here or <a href='http:\/\/twitter.com\/codingjester'>@codingjester<\/a>.", | |
"ask":true, | |
"ask_anon":true, | |
"share_likes":true, | |
"likes":1471 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment