...
Sample GET Implementation:
The sample API above was created using the swagger.yaml below.
swagger.yml
...
language | yml |
---|---|
theme | FadeToGrey |
...
Proposed Usage
Proposed sample command to GET all binary images
...
#after the upload, the image_offset is now the same as image_length and upload_complete changed to true
#if upload was incomplete
...
Resumable upload -PATCH
#this is the current resumable upload mechanism
...
Here is the ImageClient type that the method GetDirPath is defined on.:
Code Block | ||||
---|---|---|---|---|
| ||||
type ImageClient struct { storeName string tagMeta string } |
...