We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523aea2 commit 465719aCopy full SHA for 465719a
gisapi/client.py
@@ -3,7 +3,7 @@
3
4
class GISAPIClient:
5
def __init__(self):
6
- self.base_url = "https://www.gisapi.io/api/data"
+ self.base_url = "https://gisapi.io/api/data"
7
8
def _make_request(self, url):
9
"""
setup.py
@@ -2,7 +2,7 @@
2
setup(
name='GISAPI-SDK',
- version='0.1.2',
+ version='0.1.3',
author='Parker Dinkins',
author_email='[email protected]',
description='GISAPI SDK enabling geospatial data search and discovery',
0 commit comments