Package

net.gutefrage.mandrill

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. case class MandrillApiError(message: String, name: MandrillApiErrorName) extends Product with Serializable

    Permalink
  2. sealed trait MandrillApiErrorName extends AnyRef

    Permalink

    Mandrill has a fixed format for API errors, which is represented by this case object structure

    Mandrill API Error

    Mandrill has a fixed format for API errors, which is represented by this case object structure

  3. final case class MandrillApiKey(value: String) extends AnyVal with Product with Serializable

    Permalink

    Represents the API key all requests need to add for authentication and authorization

    Mandrill API Key

    Represents the API key all requests need to add for authentication and authorization

  4. final case class MandrillDateTime(value: DateTime) extends AnyVal with Product with Serializable

    Permalink

Value Members

  1. object MandrillApiErrorName

    Permalink

Ungrouped