This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(executeFetch): utilize composeFetch function
Applying the newly added `composeFetch` function will allow consumers to extend the fetch abilities when using the thunk supplied `fetchClient`. By default the `composeFetch` function passes through the thunk supplied or base configured `fetchClient` with no changes. Co-authored-by: Michael A Tomcal <michael.a.tomcal@aexp.com> Co-authored-by: James Singleton <james.singleton1@aexp.com>
- Loading branch information
1 parent
ee5d3e1
commit 7f0608b
Showing
4 changed files
with
130 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters