3.0.0 • Published 5 years ago

@datafire/reloadly v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/reloadly

Client library for topupsapi

Installation and Usage

npm install --save @datafire/reloadly
let reloadly = require('@datafire/reloadly').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

reloadly.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.

reloadly.questions.post({}, context)

Input

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

Output

Output schema unknown

Definitions

Questions_Collection