Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 858 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 858 Bytes

PeeringDB API - Go package

GoDoc Go Report Card

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.