@mycv/mycv-api
v1.0.7
Published
Promise based HTTP client for the browser
Downloads
4
Readme
@mycv/mycv-api
Promise based HTTP client for the browser
Install
npm install --save @mycv/mycv-api
Usage
import React, { Component } from 'react'
import MyComponent from '@mycv/mycv-api'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © sondn