@dicalj/spp-client
v1.0.0-alpha.5
Published
Fetch for node and Browserify. Built on top of [GitHub's WHATWG Fetch polyfill](https://github.com/github/fetch).
Downloads
23
Readme
@spp/client
Fetch for node and Browserify. Built on top of GitHub's WHATWG Fetch polyfill.
Instalación
Yarn
yarn add @spp/client
Uso
import { Client } from '@spp/client'
let url = 'https://localhost:8000/api'
let client = new Client({ url })
client.update()