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.

Assume ...

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

GET an Item

/<route>?key=<keyoftheitemtolookup>

For Pets

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


POST,PUT Request (Create or Update and Item)

/<route>

For Pets

Route: /pictures

Some header info

Content-Type: application/json

Make sure it is NOT a url form. It has to be RAW

//your stuff here
⚠️ **GitHub.com Fallback** ⚠️