Skip to content

Commit e5cc6ed

Browse files
committed
fix: default API base URL to api.datons.com
Public SDK now defaults to the production gateway api.datons.com (previously mcp.datons.com). Smoke-tested against esios.archives_i90.
1 parent f3349ae commit e5cc6ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datons/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from datons.exceptions import AuthenticationError, DatonsError, QueryError, RateLimitError
1414

15-
DEFAULT_BASE_URL = "https://mcp.datons.com"
15+
DEFAULT_BASE_URL = "https://api.datons.com"
1616
DEFAULT_TIMEOUT = 30.0
1717

1818

0 commit comments

Comments
 (0)