1.0.0 • Published 2 years ago

@automater/rest-js-sdk v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

JS SDK for Automater RESTful API

This repository contains Automater's JS SDK and samples for REST API.

Prerequisites

First you need API key and API secret - you can generate it by login to Automater, next going to "Settings / settings" tab and select "API" from left-side menu.

Installing

Using npm:

$ npm install @automater/rest-js-sdk

Using yarn:

$ yarn add @automater/rest-js-sdk

Examples

  1. List products from Automater account
  2. Create new transaction
  3. Post payment for transaction
  4. Get product details
  5. List databases from Automater account
  6. Get database details
  7. Create new database
  8. Add codes to database
  9. Add file to database