Skip to main content

Adobe Experience Platform API made easy peasy

Project description

Adobe Experience Platform API made easy peasy

PyPI version

Documentation

The Adobe Experience Platform API is a RESTful API that uses OAuth 2.0 for authentication. To use the API you'll need to create a project in the Adobe Developer Console and create OAuth Server-to-Server credentials for your project.

This library makes it easy to authenticate with the Adobe Experience Platform API and make requests to the API.

Installation

pip install aezpz

Usage

import aezpz

# Load the credentials from the credentials file
api = aezpz.load_config('path/to/credentials.json')

# Make a request to the API
api.schemas.find(title='my_schema')

Credentials

  1. Sign in to the Adobe Developer Console with your Adobe Experience Platform account https://developer.adobe.com/console

  2. Create a new project or use an existing project

  3. Add the Experience Platform API to your project

  4. Create OAuth Server-to-Server credentials for your project

  5. On the Credentials page click the "Download JSON" button to download the credentials file

Screenshot of credentials page with highlighted download json button

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

aezpz-0.0.4.tar.gz (123.0 kB view hashes)

Uploaded Source

Built Distribution

aezpz-0.0.4-py3-none-any.whl (21.7 kB view hashes)

Uploaded Python 3

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