Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 238 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 238 Bytes

Brown APIs in Python

A Python package that makes using the various Brown APIs easier

Example

from client import Client

brownAPIs = Client(<your-client-id>)
print(brownAPIs.request('/wifi/count', location='ratty'))