Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdinkins authored Nov 27, 2023
1 parent dcce13a commit b1b004d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# gisapi-sdk-python
Python SDK for GISAPI.io

## Usage
Not currently on PyPi (coming soon).
clone repo into project or download and move gisapi.py file into project.
```python
import gisapi

client = gisapi.GISAPIClient()

# regular search query. returns 200 results
search_results = client.search_data("Florida")

# returns 200 results from given category
category_results = client.get_data_by_category("Education and Research")
```

0 comments on commit b1b004d

Please sign in to comment.