Client to be used with dc-management-sdk-js
You must have enabled your extension in Dynamic Content for this service to work
import { init } from 'dc-extensions-sdk'; import { DynamicContent } from "dc-management-sdk-js"; const dcExtension = await init(); const dcManagement = new DynamicContent( {}, {}, dcExtension.client ); const hubs = await dcManagement.hubs.list();
Generated using TypeDoc
Client to be used with dc-management-sdk-js
You must have enabled your extension in Dynamic Content for this service to work
import { init } from 'dc-extensions-sdk'; import { DynamicContent } from "dc-management-sdk-js"; const dcExtension = await init(); const dcManagement = new DynamicContent( {}, {}, dcExtension.client ); const hubs = await dcManagement.hubs.list();