1.1.16 • Published 9 months ago
@adobe/spacecat-shared-content-client v1.1.16
Spacecat Shared - Content Client
Overview
Development
Linting
Lint your code:
npm run lint
Cleaning
To remove node_modules
and package-lock.json
:
npm run clean
Usage
Google Drive
import { ContentClient } from '../src/index.js';
const context = {}; // Your AWS Lambda context object
const gdriveclient = await ContentClient.createFrom(context, { url: 'GOOGLE_DRIVE_URL', type: 'drive.google' });
const results = await client.getPageMetadata('/path1');
console.log(results);
Microsoft Sharepoint Drive
import { ContentClient } from '../src/index.js';
const context = {}; // Your AWS Lambda context object
const onedriveclient = await ContentClient.createFrom(context, { url: 'ONEDRIVE_URL', type: 'onedrive' });
const results = await client.getPageMetadata('/path1');
console.log(results);
Additional Information
- Repository: GitHub
- Issue Tracking: GitHub Issues
- License: Apache-2.0
1.1.16
9 months ago
1.1.15
9 months ago
1.1.14
9 months ago
1.1.13
9 months ago
1.1.12
9 months ago
1.1.11
9 months ago
1.1.9
9 months ago
1.1.8
10 months ago
1.1.7
10 months ago
1.1.6
10 months ago
1.1.5
10 months ago
1.1.4
10 months ago
1.1.10
9 months ago
1.1.3
10 months ago
1.1.2
10 months ago
1.1.1
10 months ago
1.1.0
10 months ago
1.0.8
10 months ago
1.0.7
10 months ago
1.0.6
10 months ago
1.0.5
10 months ago
1.0.4
10 months ago
1.0.3
11 months ago
1.0.2
11 months ago
1.0.1
11 months ago
1.0.0
11 months ago