Skip to content

Instantly share code, notes, and snippets.

@littlepea
Created February 22, 2012 12:39
Show Gist options
  • Save littlepea/1884873 to your computer and use it in GitHub Desktop.
Save littlepea/1884873 to your computer and use it in GitHub Desktop.
/api/v1/places/1/checkin
{
"response": {
"status": "success",
"meta": {},
"data": {
"checkin": {
"time": 6,
"id": null,
"user": {
"username": "yy",
"id": 2
}
}
},
"errors": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment