Package

algolia

Permalink

package algolia

Visibility
  1. Public
  2. All

Type Members

  1. case class APIClientException(code: Int, message: String) extends Exception with Product with Serializable

    Permalink
  2. class AlgoliaClient extends AnyRef

    Permalink
  3. case class AlgoliaClientException(message: String) extends Exception with Product with Serializable

    Permalink
  4. trait AlgoliaDsl extends ApiKeyDefinitionDsl with BatchDefinitionDsl with BrowseIndexDsl with ClearDsl with CopyIndexDsl with DeleteDsl with GetDsl with IndexingBatchDsl with IndexingDsl with IndexSettingsDsl with ListIndexesDsl with LogsDsl with MoveIndexDsl with MultiQueriesDefinitionDsl with PartialUpdateObjectDsl with SearchDsl with SynonymsDsl with WaitForTaskDsl

    Permalink
  5. case class AlgoliaHttpClient(httpReadTimeout: Int = default.httpReadTimeout, httpConnectTimeout: Int = default.httpConnectTimeout, httpRequestTimeout: Int = default.httpRequestTimeout, dnsTimeout: Int = default.dnsTimeout) extends Product with Serializable

    Permalink
  6. case class UnexpectedResponse(code: Int) extends Exception with Product with Serializable

    Permalink

Value Members

  1. object AlgoliaDsl extends AlgoliaDsl

    Permalink
  2. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  3. object default

    Permalink
  4. package definitions

    Permalink
  5. package inputs

    Permalink
  6. package objects

    Permalink
  7. package responses

    Permalink

Ungrouped