Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The example below is one of many types of API calls which can be run. It shows how to query SharpenDB from the API Gateway. Please refer to the core API Gateway reference to see all available API calls.

Create Table

  1. Identify the ‘Create Table’ request in the Postman collection

  2. Under the ‘Authorization’ tab, set the ‘Type’ to “No Auth”

  3. Under the ‘Headers’ tab add the following keys (x-api-key and x-api-secret)

    Image Added
  4. Enter the values in correspondence with what was retrieved in the ‘Gathering apiKey and apiSecret’ section of this document

  5. Under the ‘Body’ tab enter your query in JSON format

  6. Click ‘Send’

  7. The request and response should look something like this…

    Image Added

Query

  1. Identify the SharpenDB2 Select ‘SharpenDB2 Select’ request in the Postman collection

  2. Under the ‘Authorization’ tab, set the ‘Type’ to “No Auth”

  3. Under the ‘Headers’ tab add the following keys (x-api-key and x-api-secret)

  4. Enter the values in correspondence with what was retrieved in the ‘Gathering apiKey and apiSecret’ section of this document

  5. Under the ‘Body’ tab enter your query in JSON format

  6. Click ‘Send’

  7. The request and response should look something like this…

...