Blob Routes - rlingineni/Hackend GitHub Wiki
Note: This is still Alpha.
These are the autogenerated route Docs routes for Hackend when working with Blobs. If you have problems open an issue.
Let's assume your Hackend Generated URL looks like this:
baseURL
= https://mryktvov7a.execute-api.us-east-1.amazonaws.com/v1
For doc purposes assume we have a Blob called pictures
and it stores pictures
/<route>?key=<keyoftheitemtolookup>
Route: /pictures?key=hello.jpg
will return hello.jpg from the blob
Depending on the request type, this format can be used to either delete the item, or create the item
/<route>
Route: /pictures
Content-Type: application/json
Make sure it is NOT a url form. It has to be RAW
//your stuff here