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
      })

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.162latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.162
0.2.150
0.2.110
0.2.100
0.2.90
0.2.80
0.2.70
0.2.60
0.2.50
0.2.40
0.2.30
0.2.20
0.2.10
0.1.100
0.1.90
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00

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