ProjectGutenberg

The Project Gutenberg service provides access to public domain books. For more information, check out https://project-gutenberg.org/.

RPCS

ProjectGutenberg.getInfo(ID: String)

Get information about a given book including title and author.

Arguments:

  • ID: String (String) - Book ID

Returns: List (List)

ProjectGutenberg.getText(ID: String)

Get the URL for the full text of a given book.

Arguments:

  • ID: String (String) - Book ID

Returns: String (String)

ProjectGutenberg.search(field: Enum<publisher, title, author, language, subject>, text: String)

Search for a book given title text and optional advanced options. Returns a list of up to 100 book IDs.

Arguments:

  • field: Enum<publisher, title, author, language, subject> (Enum)

  • text: String (String)

Returns: List<string> (List)