Skip to content

Commit a538ba2

Browse files
committed
add doc for _stringifyBody
1 parent a6ad36e commit a538ba2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ This function is the most important part the main motivation of this project.
253253
254254
- `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 ;)
255255
- `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)`
256258
- `queryParams`: is an Object for query params, under the hood use `URLSearchParams` to build a string then concat to `url` with a `?`.
257259
258260
> `api.get('localhost', undeifned, {param1: 'value1'})` result to a call on `localhost?value1=value1`

0 commit comments

Comments
 (0)