Skip to main content
Module

x/deno_books/mod.ts>getAuthor

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

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

Parameters

id: string

Returns

Promise<Author>

Author