1.0.6 • Published 2 years ago

x-godaddy-api v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GoDaddy API

Autogenerated Javascript wrapper for GoDaddy Swagger Spec

Install

npm install x-godaddy-api

Create a Production GoDaddy API Key and Secret from here

Usage

const GoDaddy = require('x-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

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago