Skip to content

Commit

Permalink
Update library to Netbox 3.4.5 specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0ctor committed Feb 25, 2023
1 parent e00fb86 commit 2633948
Show file tree
Hide file tree
Showing 22 changed files with 1,173 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![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 3.2 client for [netbox-community's Netbox](https://github.com/netbox-community/netbox) IPAM and DCIM service.
Package `netbox` provides an API client for [netbox-community's Netbox](https://github.com/netbox-community/netbox) IPAM and DCIM service.

This package assumes you are using Netbox 3.2, as the Netbox 1.0 API no longer exists. If you need support for previous Netbox versions, you can still import the corresponding release of the library. For example, run `go get github.com/netbox-community/go-netbox@netbox_v2.11` if you need compatibility with Netbox 2.11.
This package assumes you are using Netbox 3, as the Netbox 1.0 API no longer exists. If you need support for previous Netbox versions, you can still import the corresponding release of the library. For example, run `go get github.com/netbox-community/go-netbox@netbox_v2.11` if you need compatibility with Netbox 2.11.

## Using the client

Expand Down
2 changes: 1 addition & 1 deletion api/netbox_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.2
3.4.5
Loading

0 comments on commit 2633948

Please sign in to comment.