Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

mintuhouse/godaddy-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 5, 2017
9158436 · Oct 5, 2017

History

13 Commits
Oct 5, 2017
Oct 5, 2017
Oct 5, 2017
Oct 4, 2017
Oct 5, 2017
Oct 5, 2017
Oct 5, 2017
Oct 5, 2017
Oct 5, 2017
Oct 5, 2017
Oct 5, 2017
Oct 5, 2017

Repository files navigation

GoDaddy API

Autogenerated Javascript wrapper for GoDaddy Swagger Spec

Install

npm install godaddy-api

Create a Production GoDaddy API Key and Secret from here

Usage

const GoDaddy = require('godaddy-api');
godaddy = GoDaddy(<API_KEY>, <API_SECRET>);

Getting the list of orders

godaddy.orders.list().then(function(res){
  var orders = res.body;
})

Full Documentation

Swagger Documentation

Package Documentation