Baseservice - A class that contains all methods with or without auth
base-service
baseservice is a class that contains all methods with or without auth. just create the instance and pass the data to the endpoint.
Made with create-react-library
Install
npm install --save base-service
Usage
import React, { Component } from 'react'
import MyComponent from 'base-service'
import 'base-service/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © fran-dev