2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-23 20:40:40 +03:00

Add getUri method (#1712)

* Added getUri method

* Removed usage of "url"

* added method to README
This commit is contained in:
Anthony Gauthier
2018-08-07 13:52:30 -04:00
committed by Emily Morehouse
parent 38de25257c
commit 4f98acc578
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -218,6 +218,7 @@ The available instance methods are listed below. The specified config will be me
##### axios#post(url[, data[, config]])
##### axios#put(url[, data[, config]])
##### axios#patch(url[, data[, config]])
##### axios#getUri([config])
## Request Config