ChannelHttpController

Constructors

Link copied to clipboard
constructor(channelService: ChannelService)

Functions

Link copied to clipboard
open override fun createChannel(    serverId: String,     request: ChannelApi.CreateChannelApi.Request,     principal: Principal): ChannelApi.CreateChannelApi.Response
Link copied to clipboard
open override fun deleteChannel(serverId: String, channelId: String, principal: Principal): ChannelApi.DeleteChannelApi.Response
Link copied to clipboard
open override fun getChannelMessages(    serverId: String,     channelId: String,     from: Int,     limit: Int,     principal: Principal): ChannelApi.GetChannelMessagesApi.Response
Link copied to clipboard
Link copied to clipboard
open override fun sendMessageToChannel(    serverId: String,     channelId: String,     request: ChannelApi.SendMessageToChannelApi.Request,     principal: Principal): ChannelApi.SendMessageToChannelApi.Response
Link copied to clipboard
open override fun updateChannel(    serverId: String,     channelId: String,     request: ChannelApi.UpdateChannelApi.Request,     principal: Principal): ChannelApi.UpdateChannelApi.Response