Baseurl path_parameter should be set on initialization #1034
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
I am trying to get
sites
usingwith_url
as first call, but an exception is thrown.Expected behavior
No exception is thrown and the count of the sites is correct.
How to reproduce
SDK Version
1.14.0
Latest version known to work for scenario above?
No response
Known Workarounds
Add
baseurl
to theclient.path_parameters
after creating the client.like so:
client.path_parameters["baseurl"] = client.request_adapter.base_url
Debug output
Configuration
Other information
No response
The text was updated successfully, but these errors were encountered: