1
0
Fork 0
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:
Nikolay Pultsin 2011-12-30 10:20:00 +00:00
parent 765c465302
commit a63666d224
4 changed files with 13 additions and 0 deletions

View file

@ -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);
}