Open-pi / gol

Go Interface for the OpenLibrary API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Go Interface for the OpenLibrary API

License:MIT License


Languages

Language:Go 100.0%