-
Notifications
You must be signed in to change notification settings - Fork 0
api file
michael-lefebvre edited this page Apr 7, 2013
·
3 revisions
CRUD - /api/<app-slug>/library
return:
{
"total": 4,
"skip": 0,
"limit": 999999,
"results": [
{
"basename": "color-02",
"category": "image",
"created": {
"sec": 1356782568,
"usec": 168000
},
"extension": "gif",
"filename": "color-02.gif",
"length": 3186,
"md5": "37969db3e89b6a08bd89e0e6e2bd776c",
"mimetype": "image/gif",
"presets": [],
"ref": "50dedbe829399",
"size": {
"height": 300,
"width": 400
},
"tags": [
{
"key": "test",
"value": "test"
}
],
"uid": "50dedbe88e74b14c1c000002",
"user": "5079459507a7d"
},
...
]
} CRUD - /api/<app-slug>/library/<filename>
return
{
"basename": "color-02",
"category": "image",
"created": {
"sec": 1356782568,
"usec": 168000
},
"extension": "gif",
"filename": "color-02.gif",
"length": 3186,
"md5": "37969db3e89b6a08bd89e0e6e2bd776c",
"mimetype": "image/gif",
"presets": [],
"ref": "50dedbe829399",
"size": {
"height": 300,
"width": 400
},
"tags": [
{
"key": "test",
"value": "test"
}
],
"uid": "50dedbe88e74b14c1c000002",
"user": "5079459507a7d"
}
- tags array
- category string