Skip to content

error in httpclient.post #116

@jbandela

Description

@jbandela

The documentation says
response_ = client_.post(request_, content_type, body)

While trying to debug a use of the rest api and stepping through code, i noticed that the library treats the content_type as the body and the body as the content_type

reversing content_type and body fixed the issue with my code;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions