Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 636 Bytes

File metadata and controls

26 lines (20 loc) · 636 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const itemPublication = {
  description: 'One persons journey to the top of the branding management field.',
  displayName: 'Got Brands? The story of Innocenty Popov and his journey to the top.',
  publishedDate: 'Date',
  publisher: 'International Association of Branding Management Publishing',
  thumbnailUrl: 'https://iabm.io/sdhdfhsdhshsd.jpg',
  webUrl: 'https://www.iabm.io'
};

await client.api('/me/profile/publications')
	.version('beta')
	.post(itemPublication);