An open API service indexing awesome lists of open source software.

https://github.com/dxcweb/fs-request

react request 支持web node(暂时不支持) react-native(暂时不支持)
https://github.com/dxcweb/fs-request

Last synced: 9 months ago
JSON representation

react request 支持web node(暂时不支持) react-native(暂时不支持)

Awesome Lists containing this project

README

          

# fs-request
react request 支持web node(暂时不支持) react-native(暂时不支持)
## install

```
npm install fs-request --save
```
## Development

```
npm install
npm start
```
## Usage
```
import request from 'fs-request';
request(url, data, files).then((res)=>{
});
```