radaller-core

0.2.16 • Public • Published

Build Status npm version codecov coverage Greenkeeper badge

Quick start

  • Install
npm install --save radaller-core
  • Import
import {HttpCli} from 'radaller-core';
  • HttpCli
const client = HttpCli.getClient({
    basePath: 'https://raw.githubusercontent.com/radaller/radaller-mock-data/master'
});
  • Retrieve the data
client.resolve('path/to/resource')
      .then(function(data) {
          //do something with data
      })

Readme

Keywords

Package Sidebar

Install

npm i radaller-core

Weekly Downloads

2

Version

0.2.16

License

MIT

Unpacked Size

1.43 MB

Total Files

66

Last publish

Collaborators

  • osvarychevskyi