2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

Merge pull request #326 from josh-egan/patch-1

Update README with request method on static api
This commit is contained in:
Matt Zabriskie
2016-05-17 15:16:04 -06:00
+1
View File
@@ -135,6 +135,7 @@ axios('/user/12345');
For convenience aliases have been provided for all supported request methods.
##### axios.request(config)
##### axios.get(url[, config])
##### axios.delete(url[, config])
##### axios.head(url[, config])