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.
- Host: GitHub
- URL: https://github.com/rdeusser/go-infoblox
- Owner: rdeusser
- License: mit
- Created: 2016-11-22T00:27:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T18:50:30.000Z (about 9 years ago)
- Last Synced: 2025-01-25T18:43:24.572Z (over 1 year ago)
- Topics: api-client, client, infoblox, infoblox-api
- Language: Go
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.