Home > @uniformdev/canvas > PreviewClient

PreviewClient class

Warning: This API is now obsolete.

beta functionality subject to change

API client to work with Uniform Project Preview entities

Signature:

Extends: ApiClient

Constructors

ConstructorModifiersDescription
(constructor)(options)Constructs a new instance of the <code>PreviewClient</code> class

Methods

MethodModifiersDescription
deletePreviewUrl(body)Deletes a preview URL
deletePreviewViewport(body)Deletes a preview viewport
getPreviewUrl({ id })Fetches a preview URL by ID
getPreviewUrls(options)Fetches all preview URLs for a project
getPreviewViewport({ id })Fetches a preview viewport by ID
getPreviewViewports(options)Fetches all preview viewports for a project
upsertPreviewUrl(body)Creates or updates a preview URL
upsertPreviewViewport(body)Creates or updates a preview viewport