Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created December 3, 2014 18:50
Show Gist options
  • Save blitline-dev/ade3f7256e21ff1c9bd8 to your computer and use it in GitHub Desktop.
Save blitline-dev/ade3f7256e21ff1c9bd8 to your computer and use it in GitHub Desktop.
hash_example.js
{
"application_id": "YOUR_APP_ID",
"src": "http://cdn.blitline.com/filters/boys.jpeg",
"hash": "sha256",
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 600
},
"save": {
"image_identifier": "MY_CLIENT_ID"
},
"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