p

slack

package slack

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. slack
  2. SlackExtractors
  3. SlackEnvDefinition
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package api
  2. package models

Type Members

  1. sealed trait ChannelLike[T] extends AnyRef
  2. type SlackEnv = SlackClient with AccessToken
    Definition Classes
    SlackEnvDefinition
  3. trait SlackEnvDefinition extends AnyRef
  4. type SlackError = Throwable
  5. trait SlackException extends Exception

    A base error type for slack related issues

  6. trait SlackExtractors extends AnyRef
  7. trait SlackParamLike[T] extends AnyRef
  8. sealed trait SlackParamMagnet extends AnyRef
  9. type SlackResponse[T] = Either[ResponseError[Error], T]

Value Members

  1. def as[A](json: Json)(implicit arg0: Decoder[A]): IO[SlackError, A]
    Definition Classes
    SlackExtractors
  2. def as[A](key: String)(json: Json)(implicit arg0: Decoder[A]): IO[SlackError, A]
    Definition Classes
    SlackExtractors
  3. def isOk(json: Json): IO[DecodingFailure, Boolean]
    Definition Classes
    SlackExtractors
  4. def request(method: String, params: (String, SlackParamMagnet)*): UIO[Request[SlackResponse[Json], Nothing]]
  5. def requestEntity(method: String, params: (String, SlackParamMagnet)*)(body: RequestEntity): UIO[Request[SlackResponse[Json], Nothing]]
  6. def requestJson(method: String, body: Json): UIO[Request[SlackResponse[Json], Nothing]]
  7. def sendM[R, T](request: URIO[R, Request[SlackResponse[T], Nothing]]): ZIO[R with SlackEnv, Throwable, T]
  8. implicit val show: Show[String]
    Definition Classes
    SlackExtractors
  9. object ChannelLikeChannel extends ChannelLike[Channel] with Product with Serializable
  10. object ChannelLikeId extends ChannelLike[String] with Product with Serializable
  11. object SlackException extends Serializable
  12. object SlackExtractors extends SlackExtractors
  13. object SlackParamLike
  14. object SlackParamMagnet

Inherited from SlackExtractors

Inherited from SlackEnvDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped