Skip to content
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

Post modify the url from the client side #40

Closed
sashirestela opened this issue Feb 9, 2024 · 0 comments · Fixed by #41
Closed

Post modify the url from the client side #40

sashirestela opened this issue Feb 9, 2024 · 0 comments · Fixed by #41
Assignees
Labels
enhancement New feature or request

Comments

@sashirestela
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant