Studio Developer Manual / Version 2207
Table Of Contents
For accessing content, users and groups from CoreMedia
Studio, a rich API is provided on top of the
Bean/RemoteBean API. In particular, the interfaces
Content
, User
, and Group
all inherit from
RemoteBean
. The API aims at being similar to the Unified
API, which provides access to the CoreMedia
servers from Java. However, some adjustments were necessary to support the different flavor of
concurrency found in JavaScript/TypeScript.
Please refer to the TypeScript documentation for details about the individual interfaces and methods listed in the following overview.