NodeJS client for the Squidex CMS
const client = new SquidexClient({ appName: 'my-app', clientId: 'my-app:default', clientSecret: 'SEKRIT' }) const posts = await client.query('Posts')
Configuration options in use by the client
Helper methods
Exposes methods for querying Squidex content for a particular schema
Generated using TypeDoc
NodeJS client for the Squidex CMS
const client = new SquidexClient({ appName: 'my-app', clientId: 'my-app:default', clientSecret: 'SEKRIT' }) const posts = await client.query('Posts')