Skip to content

view

Module to interact with Views.

This module contains class to interact with Views in Studio.

Typical usage example
view = package.get_view(SKILL_ID)
view.delete()

View

Bases: ContentNode

View object to interact with view specific studio endpoints.