ProjectGutenberg ================ The Project Gutenberg service provides access to public domain books. For more information, check out https://project-gutenberg.org/. .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories RPCS ---- .. function:: ProjectGutenberg.getInfo(ID: String) Get information about a given book including title and author. **Arguments:** - ``ID: String`` (`String `__) - Book ID **Returns:** ``List`` (`List `__) .. function:: ProjectGutenberg.getText(ID: String) Get the URL for the full text of a given book. **Arguments:** - ``ID: String`` (`String `__) - Book ID **Returns:** ``String`` (`String `__) .. function:: ProjectGutenberg.search(field: Enum, 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`` (`Enum `__) - ``text: String`` (`String `__) **Returns:** ``List`` (`List `__)