wolfadex / elm-open-api / OpenApi.Server

Corresponds to the Server Object in the OpenAPI specification.

Types


type alias Server =
OpenApi.Types.Server

Decoding / Encoding

decode : Json.Decode.Decoder Server

encode : Server -> Json.Encode.Value

Querying

description : Server -> Maybe String

url : Server -> String

variables : Server -> Dict String Variable