Skip to content

zemerick1/cape-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python class for Aruba / Cape Sensors

https://www.emerickcc.com

Usage

from capepy import Cape

user = 'username'
upass = 'password'

#### Creating the Cape object will log you in automatically and store the API token.
test = Cape(user, upass)

#### ID_Token for API calls
print(test.token)

#### User Profile
userProfile = test.getUserProfile()
print(userProfile)

See examples/examples.py for more examples.

TODO:

  1. Add preferences endpoint(s)
  2. Fix Logout()
  3. Find services endpoint.
  4. Add PCAP endpoint. (use issues endpoint)

About

Python API for Aruba Sensors (Cape Sensors)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages