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)