Created
June 30, 2015 06:35
-
-
Save arjan/92f45c10c1511ac16f33 to your computer and use it in GitHub Desktop.
GET /api/goldenage/favorites
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
"cards": [ | |
{ | |
"author": 356, | |
"category": "card", | |
"hashtags": [ | |
{ | |
"category": "hashtag", | |
"id": 355, | |
"title": "#gianluca" | |
}, | |
{ | |
"category": "hashtag", | |
"id": 357, | |
"title": "#omg" | |
} | |
], | |
"id": 333, | |
"image": "http://goldenage.dev:8000/image/2015/5/26/rijk01_m_sk_a_1954_00_x.jpg%28600x%29%28829A32B34BB30099BF0C58D1586FAAF8%29.jpg", | |
"images": [ | |
"http://goldenage.dev:8000/image/2015/5/26/rijk01_m_sk_a_1954_00_x.jpg%28600x%29%28829A32B34BB30099BF0C58D1586FAAF8%29.jpg", | |
"http://goldenage.dev:8000/image/2015/5/26/250px_vondel.jpg%28600x%29%28C9D3B85F164561AE2AE5ECC2476A4358%29.jpg" | |
], | |
"liked_by": [ | |
356, | |
359 | |
], | |
"summary": "fdfd", | |
"target": null, | |
"title": "Once upon a time there was a man" | |
} | |
], | |
"persons": { | |
"356": { | |
"category": "historical_person", | |
"id": 356, | |
"image": null, | |
"keyvalue": [ | |
{ | |
"key": "aa", | |
"value": "dd" | |
}, | |
{ | |
"key": "asfdsd", | |
"value": "aaaaaaaaaaaa" | |
}, | |
{ | |
"key": "asfdsd", | |
"value": "fdsfds XXXX" | |
} | |
], | |
"summary": "dd fds fsd", | |
"title": "Joost van den Bakker" | |
}, | |
"359": { | |
"category": "historical_person", | |
"id": 359, | |
"image": null, | |
"title": "Aap aapma" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment