0.1.6 • Published 5 years ago

todaq-api-helper v0.1.6

Weekly downloads
65
License
-
Repository
-
Last release
5 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

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago