mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Updating README
This commit is contained in:
@@ -102,7 +102,7 @@ axios.all([getUserAccount(), getUserPermissions()])
|
|||||||
}));
|
}));
|
||||||
```
|
```
|
||||||
|
|
||||||
## Request API
|
## axios API
|
||||||
|
|
||||||
Requests can be made by passing the relevant config to `axios`.
|
Requests can be made by passing the relevant config to `axios`.
|
||||||
|
|
||||||
@@ -136,7 +136,7 @@ Helper functions for dealing with concurrent requests.
|
|||||||
##### axios.all(iterable)
|
##### axios.all(iterable)
|
||||||
##### axios.spread(callback)
|
##### axios.spread(callback)
|
||||||
|
|
||||||
### Config
|
## Request API
|
||||||
|
|
||||||
This is the available config options for making requests. Only the `url` is required. Requests will default to `GET` if `method` is not specified.
|
This is the available config options for making requests. Only the `url` is required. Requests will default to `GET` if `method` is not specified.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user