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
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