mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
getBookHash API method (not implemented yet)
This commit is contained in:
parent
765c465302
commit
a63666d224
4 changed files with 13 additions and 0 deletions
|
@ -22,6 +22,7 @@ public interface Api {
|
|||
//List<String> getBookAuthors() throws ApiException;
|
||||
List<String> getBookTags() throws ApiException;
|
||||
String getBookFileName() throws ApiException;
|
||||
String getBookHash() throws ApiException;
|
||||
|
||||
// text information
|
||||
int getParagraphsNumber() throws ApiException;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue