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

Uploaded Source

Built Distribution

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

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for agilepoint-0.0.5.linux-x86_64.tar.gz
Algorithm Hash digest
SHA256 1d7e7817ff5553d0a4e92bb2a61e3dcbb9dbc9b190ed13d5723d3afbde0bb99c
MD5 b99e9e98ef57eba640e3df6ec91f2c51
BLAKE2b-256 e1b37d9647a0054a9bacc72cd5531ab8c637ff6de988b443da9c95b1600c0c1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for agilepoint-0.0.5-py2-none-any.whl
Algorithm Hash digest
SHA256 86c83ce787373d10fbd09ed56625034058ecb1e5e6e60eff749cf88c388f132c
MD5 fbbf98521e8b98e01dc3c56e03cb33cc
BLAKE2b-256 96ebdf110598a882c66b2753e94b3da26260a40206dc25ab585c65592d92d01c

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