Create a new Stage Instance Method Handler
Usually SnowTransfer creates a method handler for you, this is here for completion
You can access the methods listed via client.stageInstance.method
, where client
is an initialized SnowTransfer instance
request handler that calls the rest api
Creates a new stage instance associated to a stage channel
The options for creating a stage instance
a stage instance object
Permissions needed | Condition |
---|---|
MANAGE_CHANNELS | always |
MUTE_MEMBERS | always |
MOVE_MEMBERS | always |
Delete an existing stage instance
Id of the stage channel
a stage instance object
Permissions needed | Condition |
---|---|
MANAGE_CHANNELS | always |
MUTE_MEMBERS | always |
MOVE_MEMBERS | always |
Updates an existing stage instance
Id of the stage channel
The new data to send
a stage instance object
Permissions needed | Condition |
---|---|
MANAGE_CHANNELS | always |
MUTE_MEMBERS | always |
MOVE_MEMBERS | always |
Gets the stage instance assocuated to a stage channel if it exists
Id of the stage channel
a stage instance object
Generated using TypeDoc
Methods for interacting with Stage instances