Skip to content

Instantly share code, notes, and snippets.

@eyedol
Created October 18, 2013 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyedol/7038387 to your computer and use it in GitHub Desktop.
Save eyedol/7038387 to your computer and use it in GitHub Desktop.
{
"count": 3,
"results": [
{
"id": "4",
"url": "http://localhost/Lamu/httpdocs/api/v2/media/4",
"caption": "ihub",
"mime": "image/jpeg",
"original_file_url": "http://localhost/Lamu/httpdocs/Lamu/httpdocs/media/kohana/media/uploads/h7r_1382082949_o.jpg",
"original_width": "420",
"original_height": "420",
"medium_file_url": "http://localhost/Lamu/httpdocs/Lamu/httpdocs/imagefly/w800/media/uploads/h7r_1382082949_o.jpg",
"medium_width": 800,
"medium_height": null,
"thumbnail_file_url": "http://localhost/Lamu/httpdocs/Lamu/httpdocs/imagefly/w70/media/uploads/h7r_1382082949_o.jpg",
"thumbnail_width": 70,
"thumbnail_height": null,
"created": "2013-10-18T07:55:49+00:00",
"updated": "1970-01-01T00:00:00+00:00"
},
{
"id": "3",
"url": "http://localhost/Lamu/httpdocs/api/v2/media/3",
"caption": "ihub",
"mime": "image/jpeg",
"original_file_url": "http://localhost/Lamu/httpdocs/Lamu/httpdocs/media/kohana/media/uploads/9ze_1381815819_o.jpg",
"original_width": "600",
"original_height": "700",
"medium_file_url": "http://localhost/Lamu/httpdocs/Lamu/httpdocs/imagefly/w800/media/uploads/9ze_1381815819_o.jpg",
"medium_width": 800,
"medium_height": null,
"thumbnail_file_url": "http://localhost/Lamu/httpdocs/Lamu/httpdocs/imagefly/w70/media/uploads/9ze_1381815819_o.jpg",
"thumbnail_width": 70,
"thumbnail_height": null,
"created": "2013-10-15T05:43:41+00:00",
"updated": "2013-10-15T05:43:39+00:00"
},
{
"id": "2",
"url": "http://localhost/Lamu/httpdocs/api/v2/media/2",
"caption": "at sendai",
"mime": "image/jpeg",
"original_file_url": "http://localhost/Lamu/httpdocs/Lamu/httpdocs/media/kohana/media/uploads/9ze_1381815819_o.jpg",
"original_width": "500",
"original_height": "600",
"medium_file_url": "http://localhost/Lamu/httpdocs/Lamu/httpdocs/imagefly/w800/media/uploads/9ze_1381815819_o.jpg",
"medium_width": 800,
"medium_height": null,
"thumbnail_file_url": "http://localhost/Lamu/httpdocs/Lamu/httpdocs/imagefly/w70/media/uploads/9ze_1381815819_o.jpg",
"thumbnail_width": 70,
"thumbnail_height": null,
"created": "2013-10-15T05:43:41+00:00",
"updated": "2013-10-15T05:43:39+00:00"
}
],
"limit": 50,
"offset": 0,
"order": "DESC",
"orderby": "id",
"curr": "http://localhost/Lamu/httpdocs/api/v2/media?access_token=testingtoken&limit=50&offset=0",
"next": "http://localhost/Lamu/httpdocs/api/v2/media?access_token=testingtoken&limit=50&offset=50",
"prev": "http://localhost/Lamu/httpdocs/api/v2/media?access_token=testingtoken&limit=50&offset=0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment