Skip to content

Cloudxtreme/rage4

 
 

Repository files navigation

This is a package to allow Go apps to use the Rage4 DNS API

Using the API is very straight forward. Create a client object and then you can start calling the various Rage4 API commands.

Example usage:

	import (
		"github.com/anuaimi/rage4"
	)
	
	client := rage4.Client{
		AccountKey: "account_key",
		Email: "rage_login",
		URL:   "https://secure.rage4.com/rapi/",
		Http:  http.DefaultClient,
  }

  domains, err := client.GetDomains()

Note, while the code should work with Go 1.3, it is tested with Go 1.4

Travis CI status

About

golang package for Rage4 DNS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.2%
  • Makefile 1.8%