mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
# Third Party
|
|
import httpx
|
|
|
|
request = httpx.get("%s/api/queries")
|
|
|
|
print(request.json())
|