Package

examples

circe

Permalink

package circe

Visibility
  1. Public
  2. All

Type Members

  1. class AddMessage extends AnyRef

    Permalink

    This endpoint uses the "Circe.Filters.AutoInOut" Filter to automatically create a HTTP 200 response from some returned case class content.

  2. case class Email(to: EmailAddress, from: EmailAddress, subject: String, bytes: Int) extends Product with Serializable

    Permalink
  3. case class EmailAddress(address: String) extends Product with Serializable

    Permalink
  4. class EmailList extends AnyRef

    Permalink

    This endpoint shows how to manually create an HTTP response with some Circe-encoded content.

  5. trait Emails extends AnyRef

    Permalink
  6. class FindUserWithEmail extends AnyRef

    Permalink

    This endpoint uses the "Circe.Filters.AutoOptionalOut" Filter to automatically create a HTTP 200 response from a Some returned case class content.

    This endpoint uses the "Circe.Filters.AutoOptionalOut" Filter to automatically create a HTTP 200 response from a Some returned case class content. If the service returns None, a 404 is generated.

  7. class UserList extends AnyRef

    Permalink

    This endpoint uses the "Circe.Filters.AutoOut" Filter to automatically create a HTTP 200 response from some returned case class content.

Value Members

  1. object EmailAddress extends Serializable

    Permalink
  2. object Emails

    Permalink
  3. object InboxApp extends App

    Permalink

    This example uses Circe as a JSON format instead of the Argo default.

    This example uses Circe as a JSON format instead of the Argo default. The 3 endpoints show the different methods of returning values

Ungrouped