Skip to content

Commit

Permalink
fix note about query param (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tysky committed Jan 10, 2022
1 parent 297b121 commit ca77fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Options:
- `baseURL``string` – base url of API server (eg. `https://api.example.com/v1`)

Request options:
- `query``object` – object to be used in url as query params (works only for GET requests)
- `query``object` – object to be used in url as query params
- `json``object` – object to be passed as a request body (also adds `Content-Type: application/json` header)
- `form``FormData` – FormData object to be passed as a request body
- `headers``object` – any additional headers
Expand Down

0 comments on commit ca77fa6

Please sign in to comment.