summaryrefslogtreecommitdiffstats
path: root/python/fatcat_client
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_client')
-rw-r--r--python/fatcat_client/README.md2
-rw-r--r--python/fatcat_client/configuration.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_client/README.md b/python/fatcat_client/README.md
index 0d072dde..75d9b2ad 100644
--- a/python/fatcat_client/README.md
+++ b/python/fatcat_client/README.md
@@ -64,7 +64,7 @@ except ApiException as e:
## Documentation for API Endpoints
-All URIs are relative to *http://localhost/v0*
+All URIs are relative to *https://api.fatcat.wiki/v0*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
diff --git a/python/fatcat_client/configuration.py b/python/fatcat_client/configuration.py
index d64bb932..1dc47841 100644
--- a/python/fatcat_client/configuration.py
+++ b/python/fatcat_client/configuration.py
@@ -47,7 +47,7 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
def __init__(self):
"""Constructor"""
# Default Base url
- self.host = "http://localhost/v0"
+ self.host = "https://api.fatcat.wiki/v0"
# Temp file folder for downloading files
self.temp_folder_path = None