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
Update cleverclient to support request post processing to change the url, for example to add query params or to remove parts of the url or whatever change in the url that we could need to do. For this, I was planning to use the Interceptor concept to pass a function as a parameter, so the logic to change the url will be on the cleverclient's client side.
I was thinking of adding an Interceptor at cleverclient instantiation level and in the near future, to be more flexible, other Interceptors at endpoints creation level.
The text was updated successfully, but these errors were encountered:
Update cleverclient to support request post processing to change the url, for example to add query params or to remove parts of the url or whatever change in the url that we could need to do. For this, I was planning to use the Interceptor concept to pass a function as a parameter, so the logic to change the url will be on the cleverclient's client side.
I was thinking of adding an Interceptor at cleverclient instantiation level and in the near future, to be more flexible, other Interceptors at endpoints creation level.
The text was updated successfully, but these errors were encountered: