Skip to content
Snippets Groups Projects
Unverified Commit c07c09e0 authored by kobayashi's avatar kobayashi Committed by GitHub
Browse files

Merge pull request #49 from netbox-community/move_to_netboxcommunity

Replace digitalocean with netbox-community to fix the package
parents b9b74be7 c579a0ee
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 23 deletions
......@@ -10,5 +10,6 @@ Matt Layher <mlayher@digitalocean.com>
Contributors
------------
Allan Liu <aliu@digitalocean.com>
Annika Wickert <annika.wickert@exaring.de>
Dave Cameron <dcameron@digitalocean.com>
Quan D. Hoang <hdquan2014@gmail.com>
......@@ -5,8 +5,8 @@ The `go-netbox` project makes use of the [GitHub Flow](https://guides.github.com
for contributions.
If you'd like to contribute to the project, please
[open an issue](https://github.com/digitalocean/go-netbox/issues/new) or find an
[existing issue](https://github.com/digitalocean/go-netbox/issues) that you'd like
[open an issue](https://github.com/netbox-community/go-netbox/issues/new) or find an
[existing issue](https://github.com/netbox-community/go-netbox/issues) that you'd like
to take on. This ensures that efforts are not duplicated, and that a new feature
aligns with the focus of the rest of the repository.
......@@ -20,7 +20,7 @@ code meets the following criteria:
In addition, if this is your first time contributing to the `go-netbox` project,
add your name and email address to the
[AUTHORS](https://github.com/digitalocean/go-netbox/blob/master/AUTHORS) file
[AUTHORS](https://github.com/netbox-community/go-netbox/blob/master/AUTHORS) file
under the "Contributors" section using the format:
`First Last <email@example.com>`.
......
netbox [![GoDoc](http://godoc.org/github.com/digitalocean/go-netbox?status.svg)](http://godoc.org/github.com/digitalocean/go-netbox) [![Build Status](https://travis-ci.org/digitalocean/go-netbox.svg?branch=master)](https://travis-ci.org/digitalocean/go-netbox) [![Report Card](https://goreportcard.com/badge/github.com/digitalocean/go-netbox)](https://goreportcard.com/report/github.com/digitalocean/go-netbox)
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://travis-ci.org/netbox-community/go-netbox.svg?branch=master)](https://travis-ci.org/netbox-community/go-netbox) [![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 [DigitalOcean's NetBox](https://github.com/digitalocean/netbox)
Package `netbox` provides an API 2.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.
......@@ -14,7 +14,7 @@ configurations you are likely to need while connecting to NetBox. `NewNetboxAt`
(including port, if you need it), and `NewNetboxWithAPIKey` allows you to specify both a hostname:port and API token.
```golang
import (
"github.com/digitalocean/go-netbox/netbox"
"github.com/netbox-community/go-netbox/netbox"
)
...
c := netbox.NewNetboxAt("your.netbox.host:8000")
......
......@@ -10,4 +10,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
\ No newline at end of file
limitations under the License.
......@@ -18,7 +18,7 @@ import (
"fmt"
"os"
"github.com/digitalocean/go-netbox/netbox/client"
"github.com/netbox-community/go-netbox/netbox/client"
)
func main() {
......
......@@ -18,7 +18,7 @@ import (
"fmt"
"os"
"github.com/digitalocean/go-netbox/netbox/client"
"github.com/netbox-community/go-netbox/netbox/client"
"github.com/go-openapi/strfmt"
runtimeclient "github.com/go-openapi/runtime/client"
)
......
......@@ -30,7 +30,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// NewCircuitsCircuitTerminationsCreateParams creates a new CircuitsCircuitTerminationsCreateParams object
......
......@@ -27,7 +27,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// CircuitsCircuitTerminationsCreateReader is a Reader for the CircuitsCircuitTerminationsCreate structure.
......
......@@ -31,7 +31,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// CircuitsCircuitTerminationsListReader is a Reader for the CircuitsCircuitTerminationsList structure.
......
......@@ -31,7 +31,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// NewCircuitsCircuitTerminationsPartialUpdateParams creates a new CircuitsCircuitTerminationsPartialUpdateParams object
......
......@@ -27,7 +27,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// CircuitsCircuitTerminationsPartialUpdateReader is a Reader for the CircuitsCircuitTerminationsPartialUpdate structure.
......
......@@ -27,7 +27,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// CircuitsCircuitTerminationsReadReader is a Reader for the CircuitsCircuitTerminationsRead structure.
......
......@@ -31,7 +31,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// NewCircuitsCircuitTerminationsUpdateParams creates a new CircuitsCircuitTerminationsUpdateParams object
......
......@@ -27,7 +27,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// CircuitsCircuitTerminationsUpdateReader is a Reader for the CircuitsCircuitTerminationsUpdate structure.
......
......@@ -30,7 +30,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// NewCircuitsCircuitTypesCreateParams creates a new CircuitsCircuitTypesCreateParams object
......
......@@ -27,7 +27,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// CircuitsCircuitTypesCreateReader is a Reader for the CircuitsCircuitTypesCreate structure.
......
......@@ -31,7 +31,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// CircuitsCircuitTypesListReader is a Reader for the CircuitsCircuitTypesList structure.
......
......@@ -31,7 +31,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// NewCircuitsCircuitTypesPartialUpdateParams creates a new CircuitsCircuitTypesPartialUpdateParams object
......
......@@ -27,7 +27,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// CircuitsCircuitTypesPartialUpdateReader is a Reader for the CircuitsCircuitTypesPartialUpdate structure.
......
......@@ -27,7 +27,7 @@ import (
strfmt "github.com/go-openapi/strfmt"
models "github.com/digitalocean/go-netbox/netbox/models"
models "github.com/netbox-community/go-netbox/netbox/models"
)
// CircuitsCircuitTypesReadReader is a Reader for the CircuitsCircuitTypesRead structure.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment