Skip to content

Latest commit

 

History

History

shipstation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@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