Top Level Namespace
Defined Under Namespace
Modules: Fetchworks, HashMethodable, OpenLibrary Classes: OpenLibraryAuthor, OpenLibraryBook, OpenLibraryEntry, PartialDate
Constant Summary collapse
- OPENURI_OPTS =
{ read_timeout: 10, open_timeout: 10 }.freeze
- HOST =
"openlibrary.org"
- PATH =
"/api/books"
- QUERY_POSTFIX =
"&jscmd=data&format=json"