Gets this ChatKitty application.
ApplicationApi - factory interface
Gets this ChatKitty application.
ApplicationApi - functional programming interface
Gets this ChatKitty application.
ChannelApi - axios parameter creator
Creates a new channel.
New channel parameters
Adds a user as a group channel member.
User resource reference
Sends a new system message.
New message parameters
Deletes a channel.
Deletes a user's channel membership. Removes a user from a channel.
Channel ID
User ID
Gets a channel.
Gets a page of channel members.
Gets a page of channel messages.
Gets a channel page.
ChannelApi - factory interface
Creates a new channel.
New channel parameters
Adds a user as a group channel member.
User resource reference
Sends a new system message.
New message parameters
Deletes a channel.
Deletes a user's channel membership. Removes a user from a channel.
Channel ID
User ID
Gets a channel.
Gets a page of channel members.
Gets a page of channel messages.
Gets a channel page.
ChannelApi - functional programming interface
Creates a new channel.
New channel parameters
Adds a user as a group channel member.
User resource reference
Sends a new system message.
New message parameters
Deletes a channel.
Deletes a user's channel membership. Removes a user from a channel.
Channel ID
User ID
Gets a channel.
Gets a page of channel members.
Gets a page of channel messages.
Gets a channel page.
MessageApi - axios parameter creator
Deletes a message.
Gets a message.
Gets a page of messages.
MessageApi - factory interface
Deletes a message.
Gets a message.
Gets a page of messages.
MessageApi - functional programming interface
Deletes a message.
Gets a message.
Gets a page of messages.
UserApi - axios parameter creator
Creates a new ChatKitty user.
New user parameters
Deletes a user.
Removes a user.
Gets a user.
Checks if a user exists.
The username of the user
Gets a user sceret.
Gets a user page.
Updates a ChatKitty user.
ChatKitty user with properties to be updated
Puts a user secret.
Secret value
UserApi - factory interface
Creates a new ChatKitty user.
New user parameters
Deletes a user.
Removes a user.
Gets a user.
Checks if a user exists.
The username of the user
Gets a user sceret.
Gets a user page.
UserApi - functional programming interface
Creates a new ChatKitty user.
New user parameters
Deletes a user.
Removes a user.
Gets a user.
Checks if a user exists.
The username of the user
Gets a user sceret.
Gets a user page.
UserSessionApi - axios parameter creator
Checks if an active user session exists.
The id of the user
UserSessionApi - factory interface
Checks if an active user session exists.
The id of the user
UserSessionApi - functional programming interface
Checks if an active user session exists.
The id of the user
Generated using TypeDoc, the 9/1/2021 at 5:54:10 AM
ApplicationApi - axios parameter creator