Skip to content

This is a simple app that allows you to play with ACS API and try a few queries

Notifications You must be signed in to change notification settings

isabella232/API-playground-Adobe-Campaign

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adobe Campaign Standard API Playground

Try this simple app to locally run and talk to your Adobe Campaign Standard (ACS) instance!

  1. Setup
  2. Run It!

To set up the playground:

  1. Create a Campaign integration on the Adobe I/O Console. Follow the Campaign configuration instructions. Once created, the details appear similar to those shown below:

screenshot 2017-10-12 16 03 49

  1. Obtain and record your private key.
  2. Clone the repository and update your /cert/secret.key file with the value from your integration on the Adobe I/O Console.

To run the app, execute the following commands:

$ npm install
$ npm start

Browse to https://localhost:3000 and follow the shown instruction. Paste your credentials (which can be found in your I/O integration), and you are ready to start!

screenshot 2017-10-12 16 02 29

Author

License

MIT

About

This is a simple app that allows you to play with ACS API and try a few queries

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.0%
  • JavaScript 40.4%
  • CSS 0.6%