ImagesApi
All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| getImageByUUID | GET /user/images/uuid/ | Get image's information by UUID |
getImageByUUID
Image getImageByUUID(uuid, width, height, max-bytes)
Get image's information by UUID
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | String | UUID to search image by. (UUID is unique generated by the DB) | [default to null] |
| width | Integer | Adjust image width | [optional] [default to 0] |
| height | Integer | Adjust image height | [optional] [default to 0] |
| max-bytes | Integer | Adjust jpeg quality to fit into the maximum bytes | [optional] [default to 0] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /