2.1.1 • Published 7 years ago

mobx-rest-axios-adapter v2.1.1

Weekly downloads
234
License
MIT
Repository
github
Last release
7 years ago

js-standard-style Build Status

mobx-rest-axios-adapter

Axios adapter for awesome mobx-rest

Install

yarn add mobx-rest-axios-adapter
// or
npm i -S mobx-rest-axios-adapter

How To Use

import axios from 'axios'
import {apiClient} from 'mobx-rest'
const createAdapter: any = require('mobx-rest-axios-adapter').default


// if you have custom axios config place it right before this line 
apiClient(createAdapter(axios), { commonOptions: { qs: {indices: false } } })

and you ready to go :D

2.1.1

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago