com.github.slackey

codecs

package codecs

Provides case class representations of JSON objects used in the Slack API, as well as some utility methods.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. codecs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. def extract[T](json: JValue)(implicit m: Manifest[T]): T

    Deserializes an instance of T from a json4s JValue.

  2. def extract[T](s: String)(implicit m: Manifest[T]): T

    Deserializes an instance of T from a JSON string.

  3. def isHello(json: JObject): Boolean

    Returns true if a JSON object is a Slack "hello" message.

  4. def isReply(json: JObject): Boolean

    Returns true if a JSON object is a Slack "reply" message.

  5. package responses

    Provides case class representations of Slack API responses.

  6. package types

    Provides case class representations of common Slack types.

Inherited from AnyRef

Inherited from Any

Ungrouped