Skip to main content

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-0.0.6.linux-x86_64.tar.gz (24.0 kB view details)

Uploaded Source

Built Distribution

agilepoint-0.0.6-py2-none-any.whl (14.0 kB view details)

Uploaded Python 2

File details

Details for the file agilepoint-0.0.6.linux-x86_64.tar.gz.

File metadata

File hashes

Hashes for agilepoint-0.0.6.linux-x86_64.tar.gz
Algorithm Hash digest
SHA256 b8e281d5b26bf9053c8a857f2ea23fb87839eb1bcd008b4fdfc304d8448fc248
MD5 1444cf76d052a11754b677b55103a69c
BLAKE2b-256 8341869bc79577c6e3ef7cfea575b46d24ce94d03d7597d82cb352d71035c0f1

See more details on using hashes here.

File details

Details for the file agilepoint-0.0.6-py2-none-any.whl.

File metadata

File hashes

Hashes for agilepoint-0.0.6-py2-none-any.whl
Algorithm Hash digest
SHA256 00924bd577def7d8d802e1d7b624c4776b1bfe0ea87fb07e51bb2b7c56d79fe8
MD5 8b814e65eb7c33c65ba654cbbd1cfe6f
BLAKE2b-256 bd06809ea4169d9075a8da2b2e203783bc45e4e391bba2c476f69356f965122a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page