0.2.16 • Published 6 years ago

radaller-core v0.2.16

Weekly downloads
90
License
MIT
Repository
github
Last release
6 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

6 years ago

0.2.15

6 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago