Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 886 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 886 Bytes

What is this thing

Wrapper for the Adobe Digital Marketing APIs in python (version 1.3)

Steps to use

Install Requests

  • Instructions to install Requests are here.

Clone This Code

  • Git cloning instructions are here.

Populate Credentials File

The required Web Services section of the credentials file format has two elements, username and shared_secret.

    python setup.py install
  • Be sure to update the credentials.conf file with your username and shared secret. The optional API End Point section should list with descriptive names the end points you will need.

  • A default API End Point is provided in the case that this section is empty.

See the example file credentials.cfg.