Acmex v0.1.1 Acmex.Resource.Directory View Source

This structure represents a directory.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Acmex.Resource.Directory{
  caa_identities: String.t(),
  key_change: String.t(),
  new_account: String.t(),
  new_nonce: String.t(),
  new_order: String.t(),
  revoke_cert: String.t(),
  terms_of_service: String.t(),
  website: String.t()
}

Link to this section Functions

Link to this function

new(directory_url \\ Config.directory_url())

View Source
new(String.t()) :: {:ok, t()} | {:error, String.t()}