averbis / averbis-python-api

Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12 stars 4 forks source link

Client is not robust against a trailing slash in the URL #41

Closed reckart closed 3 years ago

reckart commented 3 years ago

Describe the bug The Client is not robust against a trailing slash in the URL. The double slash leads to a 500 exception (which of cause should not happen by the platform but still this error can be prevented).

To Reproduce Seehttps://github.com/averbis/averbis-python-api/pull/40

Expected behavior There should not be an error.

Please complete the following information: