Hi!
I like to keep my repos organized, so I split all API SDKs into separate repos. For example, I might have my-api-foo and my-api-bar, each containing the Orval-generated code. When I use these in my main project, how can I pass an HTTP client without needing to provide it for every single hook?
Hi!
I like to keep my repos organized, so I split all API SDKs into separate repos. For example, I might have
my-api-fooandmy-api-bar, each containing the Orval-generated code. When I use these in my main project, how can I pass an HTTP client without needing to provide it for every single hook?