rrdaclient alternatives and similar packages
Based on the "Third-party APIs" category.
Alternatively, view rrdaclient alternatives based on common mentions on social networks and blogs.
-
geo-golang
Go Library to access Google Maps, MapQuest, Nominatim, OpenCage, HERE, Bing, and Mapbox geocoding / reverse geocoding APIs. -
gostorm
GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells. -
go-tgbot
Pure Golang Telegram Bot API wrapper, generated from swagger file, session-based router and middleware. -
mixpanel
Mixpanel is a library for tracking events and sending Mixpanel profile updates to Mixpanel from your go applications. -
amazon-product-advertising-api
Go Client Library for Amazon Product Advertising API
Get performance insights in less than 4 minutes
Do you think we are missing an alternative of rrdaclient or a related project?
README
rrdaclient
Go bindings for RRDA https://github.com/fcambus/rrda
Go version support yet to be tested, coded with 1.3.1 linux/amd64
Description
https://github.com/fcambus/rrda
RRDA is a REST API written in Go allowing to perform DNS queries over HTTP, and to get reverse PTR records for both IPv4 and IPv6 addresses. It outputs JSON-encoded DNS responses.
RRDA is a recursive acronym for "RRDA REST DNS API".
This library (rrdaclient) provides Go bindings to consume this API
How to use
//get library
$ go get github.com/omie/rrdaclient
//import library
import github.com/omie/rrdaclient
//call functions
response = rrdaclient.GetHostAddress("<input>")
//Response is of type *rrdaclient.APIResponse
//and the structure resembles the RRDA JSON schema
Further Reading
License
MIT License
*Note that all licence references and agreements mentioned in the rrdaclient README section above
are relevant to that project's source code only.