conductor-sdk / conductor-python

Conductor OSS SDK for Python programming language
Apache License 2.0
52 stars 26 forks source link

[BUG] Calls with double / #162

Closed JCHacking closed 1 year ago

JCHacking commented 1 year ago

When I create a Configuration object like that: Configuration(base_url="http://localhost:8080") Internally the host is called http://localhost:8080/api/ but the endpoints are written as /tasks for example, so the call is made to http://localhost:8080/api//tasks and fails.

JCHacking commented 1 year ago

It would be solved in the next Pull Request #163