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
{{ message }}
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
I believe, after ending up with similar code abstractions in my own fetchy usage, this may simplify things but would like to hear the opinion of other people.
Currently if you want to do multiple calls to the same service you can, at most, save the request builder and start from there every time.
My suggestion is have something that allows you to set defaults for a given service and then use the normal fetchy calls on it:
I believe, after ending up with similar code abstractions in my own fetchy usage, this may simplify things but would like to hear the opinion of other people.