Skip to main content
Module

x/deno_books/mod.ts>getBook

Access OpenLibrary's API with Deno.
Go to Latest
function getBook
import { getBook } from "https://deno.land/x/deno_books@v1.4.0/mod.ts";

Get book based on its Open Library's ID, id, from Open Library's API.

Parameters

id: string

Returns

Promise<Book>

Book