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 Distribution
agilepoint-1.0.0.tar.gz
(12.1 kB
view details)
File details
Details for the file agilepoint-1.0.0.tar.gz
.
File metadata
- Download URL: agilepoint-1.0.0.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8580c0dd64ebd12f56ddd3bee3a8b8b6136c5961dc7a5d996c7bf683aa9077b5 |
|
MD5 | 4147367b64556be3ec993404f346afdd |
|
BLAKE2b-256 | f51db965690a61dacb8777a9210add0781ac02c4ad200ed098275f25fe3d2a8d |