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
Is there any circumstance where you'd want to manipulate the call object? Or do we anticipate people will run fetch() every single time?
In principle I think our API queries always return the same response for a given input, so I don't see people calling fetch() multiple times on the same call, and that'd be the only other reason I can think of for keeping it separate.
There's a couple of arguments that can currently get passed to fetch which would need to be integrated into each endpoint, which feels like awkward boilerplate, at least from a package dev perspective. I suppose good use of ... could cover that.
No description provided.
The text was updated successfully, but these errors were encountered: