wolfadex / elm-open-api / OpenApi.Contact

Corresponds to the Contact Object in the OpenAPI specification.

Types


type Contact

Decoding / Encoding

decode : Json.Decode.Decoder Contact

encode : Contact -> Json.Encode.Value

Querying

email : Contact -> Maybe String

name : Contact -> Maybe String

url : Contact -> Maybe String