Skip to content

Commit

Permalink
Upgrading to Netbox 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chdxD1 committed Sep 10, 2021
1 parent 70bbf6f commit 64c65e8
Show file tree
Hide file tree
Showing 177 changed files with 73,417 additions and 11,664 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ go-netbox

[![GoDoc](http://godoc.org/github.com/netbox-community/go-netbox?status.svg)](http://godoc.org/github.com/netbox-community/go-netbox) [![Build Status](https://github.com/netbox-community/go-netbox/workflows/main/badge.svg?branch=master)](https://github.com/netbox-community/go-netbox/actions) [![Report Card](https://goreportcard.com/badge/github.com/netbox-community/go-netbox)](https://goreportcard.com/report/github.com/netbox-community/go-netbox)

Package `netbox` provides an API 2.0 client for [netbox-community's NetBox](https://github.com/netbox-community/netbox)
Package `netbox` provides an API 3.0 client for [netbox-community's NetBox](https://github.com/netbox-community/netbox)
IPAM and DCIM service.

This package assumes you are using NetBox 2.0, as the NetBox 1.0 API no longer exists.
This package assumes you are using NetBox 3.0, as the NetBox 1.0 API no longer exists. However NetBox 2.0 might still work as the API isn't that different between 2.0 and 3.0.

Using the client
================
Expand Down
10 changes: 5 additions & 5 deletions netbox/client/circuits/circuits_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

189 changes: 33 additions & 156 deletions netbox/client/dcim/dcim_client.go

Large diffs are not rendered by default.

0 comments on commit 64c65e8

Please sign in to comment.