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.
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
.
For more information, browse the docs
folder where you can find additional about every API and its subsequent methods.