Package

com.auginte.scarango.response.raw

list

Permalink

package list

Visibility
  1. Public
  2. All

Type Members

  1. case class Collection(id: String, name: String, isSystem: Boolean, status: CollectionStatus, type: CollectionType) extends Product with Serializable

    Permalink

    Collection data structure inside: GET /_api/collection

  2. case class Collections(collections: List[Collection], error: Boolean, code: Int) extends Product with Serializable

    Permalink

    Response from: GET /_api/collection

  3. case class Databases(result: List[String], error: Boolean, code: Int) extends Product with Serializable

    Permalink

    Response from: GET /_api/database

Ungrouped