Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmazoyer/peeringdb
PeeringDB API package for Go
https://github.com/gmazoyer/peeringdb
golang peeringdb peeringdb-api
Last synced: 3 months ago
JSON representation
PeeringDB API package for Go
- Host: GitHub
- URL: https://github.com/gmazoyer/peeringdb
- Owner: gmazoyer
- License: gpl-3.0
- Created: 2016-08-07T18:51:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T11:48:37.000Z (about 2 years ago)
- Last Synced: 2024-06-20T11:47:51.127Z (7 months ago)
- Topics: golang, peeringdb, peeringdb-api
- Language: Go
- Size: 49.8 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PeeringDB API - Go package
[![GoDoc](https://godoc.org/github.com/gmazoyer/peeringdb?status.svg)](https://godoc.org/github.com/gmazoyer/peeringdb)
[![Go Report Card](https://goreportcard.com/badge/github.com/gmazoyer/peeringdb)](https://goreportcard.com/report/github.com/gmazoyer/peeringdb)This is a Go package that allows developer to interact with the
[PeeringDB API](https://peeringdb.com/apidocs/) in the easiest way possible.
There are no binaries provided with this package. It can only be used as a
library.## Installation
Install the library package with `go get github.com/gmazoyer/peeringdb`.
## Example
There are small examples in the
[package documentation](https://godoc.org/github.com/gmazoyer/peeringdb).You can also found a real life example with the
[PeeringDB synchronization tool](https://github.com/gmazoyer/peeringdb-sync).