Created
March 10, 2014 09:41
-
-
Save mrmike/9462109 to your computer and use it in GitHub Desktop.
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
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