Categorygithub.com/sapcc/go-netbox-go
repository
0.0.0-20250404092746-601e74d0d1cb
Repository: https://github.com/sapcc/go-netbox-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go-netbox-go

Package go-netbox-go implements a custom client for the netbox API

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