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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: