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
Update method descriptions with possible values for query params (#1288)
* Update method descriptions with possible values for query params and update readme with an example
* Update README.md
* add test with IRequest
* add options
* Update README.md
Co-authored-by: Michael Paul <michael.paul@adyen.com>
* Update README.md
Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com>
---------
Co-authored-by: system-mr <systemmr@adyen.com>
Co-authored-by: Michael Paul <michael.paul@adyen.com>
Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com>
If you want to pass query string parameters, you can use the `params` field from [IRequest](/src/typings/requestOptions.ts) (also used for idempotency-key and other header fields).
123
+
The method descriptions contain an example of the possible values you can send to the API for the query parameters, just as stated in the API explorer.
0 commit comments