An open API service indexing awesome lists of open source software.

https://github.com/rdeusser/go-infoblox

Go library for accessing the Infoblox API.
https://github.com/rdeusser/go-infoblox

api-client client infoblox infoblox-api

Last synced: about 1 month ago
JSON representation

Go library for accessing the Infoblox API.

Awesome Lists containing this project

README

          

# go-infoblox
Go library for accessing the Infoblox API.

The general design and implementation (and some code) of this comes from the [go-github](https://github.com/google/go-github) library from Google.

## Can I help?
I love Pull Requests! I've linked above for how the general design of the library should work and [here](https://community.infoblox.com/t5/API-Integration/The-definitive-list-of-REST-examples/td-p/1214)
is some good info on how to use the Infoblox API. You can also use this [resource](https://ipam.illinois.edu/api/doc/) for API documentation.