Home > @uniformdev/canvas > ContentClient

ContentClient class

Signature:

Extends: ApiClient<ContentClientOptions>

Constructors

<table><thead><tr><th>

Constructor

</th><th>

Modifiers

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

(constructor)(options)

</td><td>

</td><td>

Constructs a new instance of the ContentClient class

</td></tr> </tbody></table>

Methods

<table><thead><tr><th>

Method

</th><th>

Modifiers

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

deleteContentType(body)

</td><td>

</td><td>

</td></tr> <tr><td>

deleteEntry(body)

</td><td>

</td><td>

</td></tr> <tr><td>

getContentTypes(options)

</td><td>

</td><td>

</td></tr> <tr><td>

getEntries(options)

</td><td>

</td><td>

</td></tr> <tr><td>

getEntryHistory(options)

</td><td>

</td><td>

Fetches historical versions of an entry

</td></tr> <tr><td>

upsertContentType(body, opts)

</td><td>

</td><td>

</td></tr> <tr><td>

upsertEntry(body)

</td><td>

</td><td>

</td></tr> </tbody></table>