Skip to content

Instantly share code, notes, and snippets.

@becsegal
Created October 3, 2011 03:47
Show Gist options
  • Select an option

  • Save becsegal/1258396 to your computer and use it in GitHub Desktop.

Select an option

Save becsegal/1258396 to your computer and use it in GitHub Desktop.
GET /v1/jots/public.json
{
jots: [
{
created_at: 2011-10-03T02:21:42Z
comments: [ ]
id: 35922
subject: {
name: sports
id: 40
}
content: Go team!
user: {
name: Joe Bell
avatar_url: /images/default-avatar.png
username: jbell
id: 6923
}
following: true
}
{
created_at: 2011-10-03T02:20:54Z
comments: [ ]
id: 35918
subject: {
name: books
id: 27
}
content: Happy families are all alike
user: {
name: Allan Smith
avatar_url: /images/default-avatar.png
username: asmith
id: 6922
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment