/godaddy

A godady API client written in Elixir

Primary LanguageElixirMIT LicenseMIT

Godaddy

A minimal library for posting messages to the GoDaddy API.

Installation

Add godaddy to your list of dependencies (:deps) in mix.exs:

@deps [
  godaddy: "~> 0.4.0"
]

Configuration

Within your configs, you will need to provide your GoDaddy API Keys. For example,

config :godaddy,
  api_key: "abc123",
  api_secret: "def456"

Documentation can be found at hexdocs.pm/godaddy.