@taurgis/sfccdx
Version:
SFCCDX is a command line interface (CLI) for Salesforce Commerce Cloud. It can be used to easily manage (meta)data (import/export) in relation to your project.
12 lines (11 loc) • 388 B
JavaScript
const SystemObjectDefinition = require("./SystemObjectDefinition");
const Token = require("./Token");
module.exports = {
/**
* Authenticate with the OCAPI using Basic Authentication with the given client id and client secret.
*
* @returns {Promise<string>} A promise that resolves to the access token.
*/
authenticate: Token.get,
SystemObjectDefinition,
}