forked from mirrors/thatmattlove-hyperglass
6 lines
89 B
Python
6 lines
89 B
Python
# Third Party
|
|
import httpx
|
|
|
|
request = httpx.get("%s/api/devices")
|
|
|
|
print(request.json())
|