0.1.6 • Published 6 years ago

todaq-api-helper v0.1.6

Weekly downloads
65
License
-
Repository
-
Last release
6 years ago

todaq API heleper

Install

yarn add todaq-api-helper --save

Run the project

  1. yarn install
  2. yarn build
  3. yarn dev

Usage

import todaq from "todaq-api-helper";

todaq.routes.accounts.get.accounts()
    .then(res => console.log('response', res));

OR

const settings = {};
const route = '/';

todaq.API.get(route', settings)
    .then(res => console.log('response', res));
0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago