You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,8 @@ This function is the most important part the main motivation of this project.
253
253
254
254
- `url`: the called url. If one is define in ApiProvider, it will be concatenate. There is currently no transformation arounds the slashes `/` treatment so don't miss yours ;)
255
255
- `config`: gracefully merge the object with config of ApiProvider.
256
+
257
+
> config can take an extra parameter `_stringifyBody` which result to `JSON.stringify(config.body)`
256
258
- `queryParams`: is an Object for query params, under the hood use `URLSearchParams` to build a string then concat to `url` with a `?`.
257
259
258
260
> `api.get('localhost', undeifned, {param1:'value1'})` result to a call on `localhost?value1=value1`
0 commit comments