We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e728afb commit d20f895Copy full SHA for d20f895
1 file changed
mp_api/client/core/settings.py
@@ -19,7 +19,7 @@
19
_MAX_LIST_LENGTH = min(PMG_SETTINGS.get("MPRESTER_MAX_LIST_LENGTH", 10000), 10000)
20
21
_EMMET_SETTINGS = EmmetSettings() # type: ignore[call-arg]
22
-_DEFAULT_ENDPOINT = "https://api.materialsproject.org/"
+_DEFAULT_ENDPOINT = "https://api-preview.materialsproject.org/"
23
24
25
class MAPIClientSettings(BaseSettings):
0 commit comments