Home > @uniformdev/canvas > ContentClient

ContentClient class

Warning: This API is now obsolete.

Use the persona-shaped clients instead: - EntryDeliveryClient for read-only delivery (resolved) reads, - EntryManagementClient for canonical (PUT-safe) read/write, - ContentTypeClient for content types.

Signature:

Extends: ApiClient<ContentClientOptions>

Constructors

Constructor

Modifiers

Description

(constructor)(options)

Constructs a new instance of the ContentClient class

Methods

Method

Modifiers

Description

deleteContentType(body)

deleteEntry(body)

getContentTypes(options)

getEntries(options)

getEntryHistory(options)

Fetches historical versions of an entry

upsertContentType(body, opts)

upsertEntry(body, options)