0.2.16 • Published 5 years ago

radaller-core v0.2.16

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

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

5 years ago

0.2.15

5 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago