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

Http client modularity #78

Open
jdeniau opened this issue Nov 18, 2019 · 0 comments
Open

Http client modularity #78

jdeniau opened this issue Nov 18, 2019 · 0 comments

Comments

@jdeniau
Copy link
Member

jdeniau commented Nov 18, 2019

Current version is not really great to extend http client (adding headers, query parameter, etc.)

The current implementation declares queryParam = {}, pathParameters = {} on each call, and #77 will add a third parameter (headers).

We would a need more robust solution to handle custom http client need.
Possible passing an object that handle http-client specific need, or provide a way to decorate http call

@jdeniau jdeniau mentioned this issue Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant