Skip to main content

Apigee python client.

Project description

Apigee - Python

|pypi| |build| |coverage| |license|

In this repository, you'll find all the information about integrating Apigee with Python.

What is Apigee?

Apigee helps you to:

  • Interact with the apigee edge api

Create a free Apigee Account

  1. Go to Apigee_ and click Sign Up.

Installation

You can install the apigee Python SDK using the following command.

.. code-block::

pip install apigee-python

For python3, use the following command

.. code-block::

pip3 install apigee-python

Management SDK Usage

To use the management library you will need to instantiate an Apigee object

from apigee_python.v1.organizations import Apis

org_name = 'myorg'
username = 'xxx'
password = 'xxx'

client = Apis(org_name, username, password)

results = client.get()
print(results)

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

apigee-python-0.0.6.tar.gz (5.4 kB view hashes)

Uploaded source

Built Distribution

apigee_python-0.0.6-py3-none-any.whl (8.1 kB view hashes)

Uploaded py3

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