getta 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ How many milliseconds to wait before retrying a request. Default is `100`.
|
|
|
107
107
|
|
|
108
108
|
The stream reader to use when parsing the response body. Default is `'json'`.
|
|
109
109
|
|
|
110
|
-
### Making
|
|
110
|
+
### Making requests
|
|
111
111
|
|
|
112
112
|
The rest client supports `GET`, `POST`, `PUT` and `DELETE` methods and has functions for each method. The first argument is the path to make the request to. This can also be a path template with variable placeholders that will be replaced with data passed in on the `pathTemplateData` request option.
|
|
113
113
|
|