[Feature] Add Fetch Options #85
Closed
luisaveiro
started this conversation in
Ideas
Replies: 1 comment
-
I have created a PR #86 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Fetch() API supports the option to provide an object containing any custom settings you need to apply to the request. For more information about the available options, read mdm web docs.
Possible implementation
We can have
withOption
andwithOptions
methods that accept an individual option or multiple options respectively. We should allow the HTTP Client to accept Fetch() API options.Method signature
Code examples
Code example - using withOption
Code example - using withOptions
Code example - with constructor
Beta Was this translation helpful? Give feedback.
All reactions