pajoohyar-api-driver
v2.5.0
Published
pajoohyar api driver based on axios
Downloads
8
Readme
Pajoohyar Api Driver
Pajoohyar Api Driver is a Reactjs module which uses Axios to make http Requests to Pajoohyar Core.
Installation
run this command to install the package:
npm install pajoohyar-api-driver
Example
import Driver from 'pajoohyar-api-driver';
Driver.getPosts({data},(data, meta) => {
console.log('success')
},
error => {
console.log(error);
});