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.2.linux-x86_64.tar.gz (25.1 kB view hashes)

Uploaded Source

Built Distribution

agilepoint-0.0.2-py2-none-any.whl (14.0 kB view hashes)

Uploaded Python 2

Supported by

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