Packages

  • package root

    Documentation for the EMuRestAPI server for EMu

    Documentation for the EMuRestAPI server for EMu

    Overview

    The EMuRestAPI project, emurestapi provides an EMu REST API for EMu.

    Documentation

    The documentation consists of two sections:

    The web site documentation provides complete descriptions of all API endpoints along with many examples showing how to use them. The scaladocs are for reference only with the web site to be preferred.

    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package http4s
    Definition Classes
    org
  • package json4s
    Definition Classes
    http4s
  • package native
    Definition Classes
    json4s
  • MessageSyntax

package native

Linear Supertypes
Json4sNativeInstances, Json4sInstances[Document], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. native
  2. Json4sNativeInstances
  3. Json4sInstances
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class MessageSyntax[F[_]] extends AnyRef
    Definition Classes
    Json4sInstances

Abstract Value Members

  1. abstract def jsonMethods: JsonMethods[Document]
    Attributes
    protected
    Definition Classes
    Json4sInstances

Concrete Value Members

  1. implicit def jsonDecoder[F[_]](implicit F: Sync[F]): EntityDecoder[F, JValue]
    Definition Classes
    Json4sInstances
  2. implicit def jsonEncoder[F[_], A <: JValue]: EntityEncoder[F, A]
    Definition Classes
    Json4sInstances
  3. def jsonEncoderOf[F[_], A](implicit writer: Writer[A]): EntityEncoder[F, A]
    Definition Classes
    Json4sInstances
  4. def jsonExtract[F[_], A](implicit F: Sync[F], formats: Formats, manifest: Manifest[A]): EntityDecoder[F, A]
    Definition Classes
    Json4sInstances
  5. def jsonOf[F[_], A](implicit reader: Reader[A], F: Sync[F]): EntityDecoder[F, A]
    Definition Classes
    Json4sInstances
  6. implicit val uriWriter: JsonFormat[Uri]
    Definition Classes
    Json4sInstances

Inherited from Json4sNativeInstances

Inherited from Json4sInstances[Document]

Inherited from AnyRef

Inherited from Any

Ungrouped