https://github.com/sapcc/go-netbox-go
Manual go-netbox client
https://github.com/sapcc/go-netbox-go
Last synced: 10 months ago
JSON representation
Manual go-netbox client
- Host: GitHub
- URL: https://github.com/sapcc/go-netbox-go
- Owner: sapcc
- License: apache-2.0
- Created: 2020-09-07T13:08:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-28T14:56:28.000Z (11 months ago)
- Last Synced: 2025-07-28T16:35:22.978Z (11 months ago)
- Language: Go
- Size: 252 KB
- Stars: 2
- Watchers: 46
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
go-netbox-go
============
Package go-netbox-go implements a custom client for the netbox [API][1]
This is a minimal implementation due to the ever-changing api of netbox.
Please do not implement unnecessary details or unused api calls due to the added complexity if the API changes.
Development
-----------
Use `NETBOX_URL` (e.g. https://netbox.corp) and `NETBOX_TOKEN` to direct the tests against your instance of netbox.
To test against a new version:
- create the new branch with the netbox api version
- delete the govcr-fixtures
- rerun tests against the new api version and see what breaks
- fix tests
[1]: https://netbox.readthedocs.io/en/stable/