AgilePoint API lib
Project description
TODO: Create script to regenerate code
Examples
Basic Usage:
from agilepoint import AgilePoint ap = AgilePoint(host, path, username, password) db_info = ap.admin.get_database_info() # Responses in json usually have a primary key indicating what AgilePoint class the response has. for key, value in db_info['GetDatabaseInfoResult'].items(): print('{}: {}'.format(key,value))
Register Users:
users = {'First Last': 'email@domain.tld'} for name, email in users.items(): r = ap.admin.register_user(UserName=email, FullName=name) print(r)
Note: It’s not well defined what arguments are required and what is optional. I’ve made logical conclusions. If you notice that the required/optional arguments is incorrect please submit a PR.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
agilepoint-0.0.3-py2-none-any.whl
(14.0 kB
view hashes)
Close
Hashes for agilepoint-0.0.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cdd81763317e78c2f42a096f5083571557c7917b26dd3293fcceef91a2ae192 |
|
MD5 | 223068f5454806f73a1d4d18fc626a0e |
|
BLAKE2b-256 | 88054a9c23829d1090e625d5bc3eb6259262c9d5c240ba811dc3322312e3f472 |