Packages

p

slack

package slack

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

Package Members

  1. package realtime

Type Members

  1. type SlackEnv = SlackClient with AccessToken
  2. type SlackError = Throwable
  3. type SlackResponse[T] = Either[ResponseError[Error], Json]

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, Json]
  8. implicit val show: Show[String]
    Definition Classes
    SlackExtractors

Inherited from SlackExtractors

Inherited from AnyRef

Inherited from Any

Ungrouped