Skip to content

Instantly share code, notes, and snippets.

@mrmike
Created March 10, 2014 09:41
Show Gist options
  • Save mrmike/9462109 to your computer and use it in GitHub Desktop.
Save mrmike/9462109 to your computer and use it in GitHub Desktop.
Single Post
=======
**GET** */api/v1/news/[guid].json?uuid=00xsd*
```json
{
"guid": 213124,
"title": "Some title news about sth",
"content": "Current content field",
"body": "some long article body...",
"image": "http://image.com/t.jpg",
"video": "[optional mp4 link]",
"created_at": 13151242,
"likes_counter": 250,
"share_counter": 11,
"liked": true,
"shared": false,
"share_url": "http://share-url.com/article/1"
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment