File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 96
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-5f188889fe648ea83d57911900fe61825d9d7d1446fce966ffca7a9bbe2e3079.yml
33openapi_spec_hash : 42af219a138819686969b60410be0cb6
4- config_hash : 575ddfb316392e5f7f3c7b7999796a03
4+ config_hash : a572ab842ea60ce13f1d1a1358440cbe
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ def __init__(
133133 if base_url is None :
134134 base_url = os .environ .get ("ASKTABLE_BASE_URL" )
135135 if base_url is None :
136- base_url = f"https://api.asktable.com/v1 "
136+ base_url = f"https://api.asktable.com"
137137
138138 super ().__init__ (
139139 version = __version__ ,
@@ -341,7 +341,7 @@ def __init__(
341341 if base_url is None :
342342 base_url = os .environ .get ("ASKTABLE_BASE_URL" )
343343 if base_url is None :
344- base_url = f"https://api.asktable.com/v1 "
344+ base_url = f"https://api.asktable.com"
345345
346346 super ().__init__ (
347347 version = __version__ ,
You can’t perform that action at this time.
0 commit comments