Autogenerated Javascript wrapper for GoDaddy Swagger Spec
npm install godaddy-api
Create a Production GoDaddy API Key and Secret from here
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;
})