Defaults

com.softinio.verdict4s.algebra.Defaults
object Defaults

Wire-level constants, kept in the effect-free core so that the client, the environment readers and the documentation all agree on one source of truth.

The base URL is a String rather than an org.http4s.Uri because core must not depend on http4s. The client turns it into a compile-time-checked literal, so a malformed default can never reach runtime.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Defaults.type

Members list

Value members

Concrete fields

Environment variable holding the API key.

Environment variable holding the API key.

Attributes

Root of the TypeSafe API.

Root of the TypeSafe API.

Attributes

Environment variable overriding BaseUrl.

Environment variable overriding BaseUrl.

Attributes

Environment variable overriding the default model.

Environment variable overriding the default model.

Attributes

Path segments of the evaluation endpoint, relative to BaseUrl.

Path segments of the evaluation endpoint, relative to BaseUrl.

Attributes

Path segments of the models endpoint, relative to BaseUrl.

Path segments of the models endpoint, relative to BaseUrl.

Attributes

Response header carrying the per-request correlation id.

Response header carrying the per-request correlation id.

Attributes