2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

Updating README

This commit is contained in:
mzabriskie
2014-09-16 12:09:44 -06:00
parent 679ec09b39
commit db3f59984b
+2 -2
View File
@@ -102,7 +102,7 @@ axios.all([getUserAccount(), getUserPermissions()])
}));
```
## Request API
## axios API
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.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.