@krainboltgreene/data-without-babel-config

2.0.0 • Public • Published

data

Laurel & Wolf Data

Data

Install

npm install lw-data --save

Usage

HTTP

import {sdk, serialize} from 'lw-data'

let api = sdk({
  headers: {
    custom : 'header'
  }
})

api()
  .projects()
  .get()
  .then(res => {

    let resources = serialize.response(res.body);
    console.log(resources);
  })

Readme

Keywords

none

Package Sidebar

Install

npm i @krainboltgreene/data-without-babel-config

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • krainboltgreene