mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 07:55:31 +00:00
fix: Fix the base path being used
This commit is contained in:
parent
e8590d7f38
commit
c560643c11
@ -38,7 +38,7 @@ class Configuration:
|
|||||||
) -> None:
|
) -> None:
|
||||||
"""Constructor
|
"""Constructor
|
||||||
"""
|
"""
|
||||||
self._base_path = "https://api.thousandeyes.com" if host is None else host
|
self._base_path = "https://api.thousandeyes.com/v7" if host is None else host
|
||||||
"""Default Base url
|
"""Default Base url
|
||||||
"""
|
"""
|
||||||
self.access_token = access_token
|
self.access_token = access_token
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user