Skip to content

Commit 523aea2

Browse files
authored
0.1.21
1 parent b22f51f commit 523aea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ from gisapi import client
1313
api = client.GISAPIClient()
1414

1515
# regular search query. returns 200 raw results data
16-
search_results = api.search_results = client.search_data("Florida")
16+
search_results = api.search_data("Florida")
1717

1818
# category search. returns 200 raw results from given category
19-
category_results = api.category_results = client.get_data_by_category("Education and Research")
19+
category_results = api.get_data_by_category("Education and Research")
2020

2121
# returns dictionary of layer results in a list
2222
layer_details = api.parse_layer_details(search_results)

0 commit comments

Comments
 (0)