package attachments
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- attachments
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type AttachmentCache = Has[Service]
- case class AttachmentEntry(reftable: String, refcolumn: String) extends Product with Serializable
- case class AttachmentList(attachments: List[AttachmentEntry]) extends Product with Serializable
- case class AttachmentResult(table: String, colname: String, count: Long, keys: Option[List[Long]]) extends Product with Serializable
- type Attachments = Has[Service]
Value Members
- object AttachmentCache
- object AttachmentList extends Serializable
- object AttachmentResult extends Serializable
- object Attachments
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.