Skip to content

Latest commit

 

History

History
92 lines (48 loc) · 1.45 KB

File metadata and controls

92 lines (48 loc) · 1.45 KB

Replay

ReplayCollection

ReplayCollection = object

A collection of replay sessions.

Methods

getId()

getId(): ID

The unique Caido ID of the replay collection.

Returns

ID

getName()

getName(): string

The name of the replay collection.

Returns

string


ReplaySDK

ReplaySDK = object

The SDK for the Replay service.

Methods

createSession()

createSession(source?: RequestSource, collection?: ID | ReplayCollection): Promise<ReplaySession>

Parameters
Parameter Type
source? RequestSource
collection? ID | ReplayCollection
Returns

Promise<ReplaySession>

getCollections()

getCollections(): Promise<ReplayCollection[]>

Returns

Promise<ReplayCollection[]>


ReplaySession

ReplaySession = object

A replay session.

Methods

getId()

getId(): ID

The unique Caido ID of the replay session.

Returns

ID

getName()

getName(): string

The name of the replay session.

Returns

string