Go to file
Nils Stinnesbeck 5214e8a327
updated dependencies
2023-08-09 09:45:50 +02:00
.devcontainer * added GetIPAddresses function 2023-03-26 15:05:58 +02:00
LICENSE implemented GetPrefixes function 2023-03-26 07:33:41 +00:00
README.md added README file, fixed description 2023-03-26 07:40:04 +00:00
client.go changed NetBoxAPI struct to directly import NetBoxAPI client 2023-04-26 07:29:35 +02:00
dcim.go changed NetBoxAPI struct to directly import NetBoxAPI client 2023-04-26 07:29:35 +02:00
go.mod updated dependencies 2023-08-09 09:45:50 +02:00
go.sum updated dependencies 2023-08-09 09:45:50 +02:00
ipam.go changed NetBoxAPI struct to directly import NetBoxAPI client 2023-04-26 07:29:35 +02:00
virtualization.go changed NetBoxAPI struct to directly import NetBoxAPI client 2023-04-26 07:29:35 +02:00

README.md

netboxapi

This package provides custom functions for the default go-netbox package, it mostly handles pagination right now