Thumbnail Ninja API
You can access thumbnail ninja as a web-service.
| Upload image | ||
| call: | http://tbninja.net/upload | |
| method: | POST | |
| parameters: | user_key (3scale user key) | |
| size (integer, maximum size of the thumbnail) | ||
| name (string, name of the image, must be unique) | ||
| filename (IOString, file to upload, must be an image | ||
| format (format of the result: 'yaml','xml','html' default is yaml) | ||
| Show images of user | ||
| call: | http://tbninja.net/show_images | |
| method: | GET | |
| parameters: | user_key (3scale user key) | |
| format (format of the result: 'yaml','xml','html' default is yaml) | ||
| Delete image | ||
| call: | http://tbninja.net/delete_image | |
| method: | GET | |
| parameters: | user_key (3scale user key) | |
| name (string, name of the image) | ||
| format (format of the result: 'yaml','xml','html' default is yaml) | ||
| Delete user | ||
| call: | http://tbninja.net/delete_user | |
| method: | GET | |
| parameters: | user_key (3scale user key) | |
| format (format of the result: 'yaml','xml','html' default is yaml) |