Skip to content

Open-pi/gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6545907 · Jan 2, 2022

History

87 Commits
Jan 2, 2022
Jan 2, 2022
Mar 31, 2021
Nov 27, 2021
Nov 23, 2021
Nov 22, 2021
Mar 23, 2021
Mar 24, 2021
Dec 8, 2021
Dec 7, 2021
Nov 19, 2021
Nov 19, 2021
Nov 24, 2021
Nov 23, 2021
Nov 25, 2021
Nov 25, 2021
Jan 2, 2022
Nov 25, 2021
Nov 22, 2021
Nov 27, 2021
Nov 24, 2021
Nov 24, 2021

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.