@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
- items
- question
string
- choices
- body
Output
Output schema unknown