New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

acs-sdk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acs-sdk

Unofficial Adobe Campaign Standard API SDK

latest
Source
npmnpm
Version
4.4.0
Version published
Maintainers
1
Created
Source

Unofficial Adobe Campaign Standard (ACS) API SDK

Build Coverage Status

All Contributors

Adobe Campaing Standard API Docs: https://docs.adobe.com/content/help/en/campaign-standard/using/working-with-apis/about-campaign-standard-apis/about-campaign-standard-apis.html

Example:

const { ACSHttpClient, JWTAuthorizer } = require("acs-sdk");

// authentication information https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/ServiceAccountIntegration.md
const authorizer = new JWTAuthorizer({
  adobeOrgId: "EF2D363--------CA@AdobeOrg",
  clientId: "bb11ebd6406a4f---------f705b26a",
  clientSecret: "8EDD3561-------5CDB@techacct.adobe.com",
  metascopes: ["ent_campaign_sdk"],
  privateKey: "-----BEGIN RSA PRIVATE KEY-----\n...",
  technicalAccountId: "8EDD3561-------5CDB@techacct.adobe.com"
});

// Organizational info: https://docs.adobe.com/content/help/en/campaign-standard/using/working-with-apis/about-campaign-standard-apis/setting-up-api-access.html
const client = new ACSHttpClient({ orgId: "acme", orgInstanceId: "acme-mkt-stage1" }, authorizer);

Supported operations:

NOTE: In order to have the profiles api you must check the Add access authorization management fields in the Profile extension, more details here

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Hudo Assenco

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Keywords

Adobe

FAQs

Package last updated on 24 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts