wtsi-hgi/go-infoblox

Name: go-infoblox

Owner: Wellcome Trust Sanger Institute - Human Genetics Informatics

Description: Golang Infoblox WAPI Library

Forked from: fanatic/go-infoblox

Created: 2017-11-10 20:33:59.0

Updated: 2017-11-10 20:34:00.0

Pushed: 2017-11-11 15:58:24.0

Homepage: null

Size: 40

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

go-infoblox

This project implements a Go client library for the Infoblox WAPI. This library supports version 1.4.1 and user/pass auth.

Work in Progress! Not for use in production, but do let me know if you find that it suits your needs.

Installing

Run

go get github.com/fanatic/go-infoblox

Include in your source:

import "github.com/fanatic/go-infoblox"
Godoc

See http://godoc.org/github.com/fanatic/go-infoblox

Using
go run ./example/example.go
Debugging

To see what requests are being issued by the library, set up an HTTP proxy such as Charles Proxy and then set the following environment variable:

export HTTP_PROXY=http://localhost:8888
To Do

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.