Package

slack

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. case class AccessToken(access_token: String, scope: String) extends Product with Serializable

    Permalink
  2. case class ApiError(code: String) extends Exception with Product with Serializable

    Permalink
  3. class BlockingSlackApiClient extends AnyRef

    Permalink
  4. case class FileInfo(file: SlackFile, comments: Seq[SlackComment], paging: PagingObject) extends Product with Serializable

    Permalink
  5. case class FilesResponse(files: Seq[SlackFile], paging: PagingObject) extends Product with Serializable

    Permalink
  6. case class HistoryChunk(latest: Option[String], messages: Seq[JsValue], has_more: Boolean) extends Product with Serializable

    Permalink
  7. case class PagingObject(count: Int, total: Int, page: Int, pages: Int) extends Product with Serializable

    Permalink
  8. case class ReactionsResponse(items: Seq[JsValue], paging: PagingObject) extends Product with Serializable

    Permalink
  9. case class RtmStartState(url: String, self: User, team: Team, users: Seq[User], channels: Seq[Channel], groups: Seq[Group], ims: Seq[Im], bots: Seq[JsValue]) extends Product with Serializable

    Permalink
  10. class SlackApiClient extends AnyRef

    Permalink

Value Members

  1. object BlockingSlackApiClient

    Permalink
  2. object SlackApiClient

    Permalink

Ungrouped