Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 632 Bytes

development.md

File metadata and controls

26 lines (16 loc) · 632 Bytes

Development

GoDaddy provides detailed API reference docs.

Prerequisites

No extra prerequisites required than covered in the README file.

Provider account setup

Sign up for a GoDaddy account here: https://www.godaddy.com/

Authentication

An API Key and Secret is required to authenticate to the service, which can be obtained from https://developer.godaddy.com/keys

Local Configuration

Create a .env file at the root of this project that contains the following :

SHOPPER_ID=<your-shopper-id>
API_KEY=<your-api-key>
API_SECRET=<your-api-secret>