com.elixirtech

package com.elixirtech

Members list

Type members

Classlikes

final case class APIToken(token: String) extends Credentials

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Credentials
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait Credentials

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class APIToken
class UserPassword

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class HttpClientResponse(statusCode: Int, body: Array[Byte], headers: Map[String, String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class RepertoireClientImpl(rawUrl: String, cred: Credentials)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class RequestInfo(url: String, headers: Map[String, String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ServerResponse(server: String, response: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class UserPassword(user: String, password: String, totp: Option[String]) extends Credentials

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Credentials
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class UserPasswordRequestBuilder(baseUrl: String, up: UserPassword) extends RequestBuilder

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Util

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Util.type