From d3e1d042d46c1e6470b1c9c203e14e5e49b3df21 Mon Sep 17 00:00:00 2001 From: Omie Date: Wed, 17 Sep 2014 03:01:17 +0530 Subject: [PATCH] Added rrdaclient, wrapper for statdns.com API. DNS queries over HTTP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c02253e..3fdd38e 100644 --- a/README.md +++ b/README.md @@ -424,6 +424,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [hipchat](https://github.com/andybons/hipchat) - This project implements a golang client library for the Hipchat API. * [hipchat (xmpp)](https://github.com/daneharrigan/hipchat) - A golang package to communicate with HipChat over XMPP. * [mixpanel](https://github.com/dukex/mixpanel) - Mixpanel is a library for tracking events and sending Mixpanel profile updates to Mixpanel from your go applications. +* [rrdaclient](https://github.com/Omie/rrdaclient) - Go Library to access statdns.com API, which is in turn RRDA API. DNS Queries over HTTP. * [smite](https://github.com/sergiotapia/smitego) - Go package to wraps access to the Smite game API.