Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created May 22, 2014 00:25
Show Gist options
  • Save blitline-dev/e6d9d4cf85b3141488d4 to your computer and use it in GitHub Desktop.
Save blitline-dev/e6d9d4cf85b3141488d4 to your computer and use it in GitHub Desktop.
multiple_jobs_simultaneously
[
{
"application_id": "YOUR_APP_ID",
"src": "http://cdn.blitline.com/filters/boys.jpeg",
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 100
},
"save": {
"image_identifier": "MY_CLIENT_ID"
}
}
]
},
{
"application_id": "YOUR_APP_ID",
"src": "http://cdn.blitline.com/filters/boys.jpeg",
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 100
},
"save": {
"image_identifier": "MY_CLIENT_ID"
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment