mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +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
|
@ -217,6 +217,10 @@ public class ApiClientImplementation implements ServiceConnection, Api, ApiMetho
|
|||
return requestString(GET_BOOK_FILE_NAME, EMPTY_PARAMETERS);
|
||||
}
|
||||
|
||||
public String getBookHash() throws ApiException {
|
||||
return requestString(GET_BOOK_HASH, EMPTY_PARAMETERS);
|
||||
}
|
||||
|
||||
public TextPosition getPageStart() throws ApiException {
|
||||
return requestTextPosition(GET_PAGE_START, EMPTY_PARAMETERS);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue