repositorypackage
0.0.0-20241223100115-112c8a693996
Repository: https://github.com/gmazoyer/peeringdb.git
Documentation: pkg.go.dev
# README
PeeringDB API - Go package
This is a Go package that allows developer to interact with the PeeringDB API 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.
You can also found a real life example with the PeeringDB synchronization tool.