algoliasearch

package algoliasearch

Members list

Type members

Classlikes

abstract class ApiClient(appId: String, apiKey: String, clientName: String, defaultHosts: Seq[Host], formats: Formats, options: ClientOptions) extends AutoCloseable

Base class for all API clients. It provides a mechanism for request serialization and deserialization. It also provides a mechanism for retrying requests on failure. It is responsible for closing the underlying HTTP client.

Base class for all API clients. It provides a mechanism for request serialization and deserialization. It also provides a mechanism for retrying requests on failure. It is responsible for closing the underlying HTTP client.

Value parameters

apiKey

the API key

appId

the application ID

clientName

the name of the client

defaultHosts

the default hosts

formats

the JSON formats

options

the client options

Attributes

Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
Known subtypes
case object BuildInfo

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BuildInfo.type