Adobe Experience Platform API made easy peasy
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
-
Sign in to the Adobe Developer Console with your Adobe Experience Platform account https://developer.adobe.com/console
-
Create a new project or use an existing project
-
Add the Experience Platform API to your project
-
Create OAuth Server-to-Server credentials for your project
-
On the Credentials page click the "Download JSON" button to download the credentials file
Release files for aezpz 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aezpz-0.0.4.tar.gz | 123.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aezpz-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 144.8 kB
Release files / aezpz-0.0.4.tar.gz
| Download URL | aezpz-0.0.4.tar.gz |
|---|---|
| Size | 123.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3fbb46e2644d52001fe71c0ba104235915ee6a3ba500b11063ad52b3bd4912e4
|
|
BLAKE2b-256 checksum How to use checksums |
bd5d4adbd946c658f0ed96cdf8a4a369f5498181756f5ca57ad61cd90c65b591
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|
Release files / aezpz-0.0.4-py3-none-any.whl
| Download URL | aezpz-0.0.4-py3-none-any.whl |
|---|---|
| Size | 21.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e0f09c3363932d9190da506e20819feabf647dd3b9dba580755f9b73870a7f78
|
|
BLAKE2b-256 checksum How to use checksums |
1ec86f430d7d0f4470322903a6ebe25f71febaba66ebbf3de3be714e747c1a3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|