Skip to content

Open-pi/gol

Repository files navigation

Gol

This is still WIP

gol (Golang Open Library) is an interface for the OpenLibrary API. For more information about the API itself please visit openlibrary.org.

Go Reference go

As OpenLibrary's data is always changing, under the hood all the JSON data is handled through `gabs`. Subsequently if a field is not accessible with a method, gabs's container can be used instead from any struct.

Functions

For more information, browse the docs folder where you can find additional about every API and its subsequent methods.