This is somewhat of an internal function that helps reduce code duplication by handling aspects of the API requests common to all actions like combining client-instantiation-time configuration with client-action-function-call-time configuration into one fetch call as well as error handling.
This is somewhat of an internal function that helps reduce code duplication by handling aspects of the API requests common to all actions like combining client-instantiation-time configuration with client-action-function-call-time configuration into one
fetch
call as well as error handling.