Closed aallam closed 10 months ago
Add RequestOptions to all non-deprecated methods.
RequestOptions
This adds the capability to override headers, URL parameters, and timeouts on a per-request basis.
Thank you for the quick implementation!
Describe your change
Add
RequestOptions
to all non-deprecated methods.What problem is this fixing?
This adds the capability to override headers, URL parameters, and timeouts on a per-request basis.