Question about support for Standard Fetch API #1199
Unanswered
michaelzwong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I use a custom fetch implementation that follows the standard Fetch API with the Box SDK without requiring a type adapter? My initial implementation involves adapting the types to the custom FetchOptionsInput/FetchResponse interface. This is not ideal because the adapter code duplicates Box SDK logic
Here's our current implementation:
Beta Was this translation helpful? Give feedback.
All reactions