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 (#79)
(cherry picked from commit b0f91d10a6)
This commit is contained in:
parent
71cf7d5a51
commit
bc194185c7
@ -38,7 +38,7 @@ class Configuration:
|
||||
) -> None:
|
||||
"""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
|
||||
"""
|
||||
self.access_token = access_token
|
||||
|
||||
Loading…
Reference in New Issue
Block a user