1.0.2 • Published 8 years ago

godaddy-api v1.0.2

Weekly downloads
104
License
MIT
Repository
github
Last release
8 years ago

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

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago