Skip to content

Http client modularity #78

@jdeniau

Description

@jdeniau

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions