@datafire/shipstation

6.0.0 • Public • Published

@datafire/shipstation

Client library for shipstation

Installation and Usage

npm install --save @datafire/shipstation
let shipstation = require('@datafire/shipstation').create();

.then(data => {
  console.log(data);
});

Description

Polls is a simple API allowing consumers to view polls and vote in them.

Actions

questions.get

List All Questions

shipstation.questions.get(null, context)

Input

This action has no parameters

Output

Output schema unknown

questions.post

You may create your own question using this action. It takes a JSON object containing a question and a collection of answers in the form of choices.

shipstation.questions.post({}, context)

Input

  • input object
    • body object
      • choices array
        • items string
      • question string

Output

Output schema unknown

Definitions

Questions_Collection

Readme

Keywords

none

Package Sidebar

Install

npm i @datafire/shipstation

Weekly Downloads

0

Version

6.0.0

License

MIT

Unpacked Size

4.58 kB

Total Files

4

Last publish

Collaborators

  • datafire