-
Notifications
You must be signed in to change notification settings - Fork 22
Base path for ApiClient #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Will fix it. |
Why not put it into |
@kleak by putting the base here we can't easily add interceptors later right ? because we'll not have the "base" route param to pass to the constructor ? |
If interceptor a annotations based these will not be a problem to get the base url |
But interceptors can be by route, if they become annotation they are now global because you can't know for witch route you want it :/ you loose in granularity |
Do you have different base for one GenApiClient ? |
I think, we should keep I think the origin part of the url is better left to Right now, one can add interceptors to |
@kleak @tejainece having a |
Would be nice to be able to do:
The text was updated successfully, but these errors were encountered: