New Library URL #105

This commit is contained in:
mhutti1 2017-05-19 13:03:56 +01:00 committed by fba
parent 50e2ba6d83
commit 4a73fae3b3

View File

@ -13,7 +13,7 @@ import rx.Observable;
import rx.schedulers.Schedulers;
public interface KiwixService {
@GET("/library/library.xml") Observable<LibraryNetworkEntity> getLibrary();
@GET("/library/library_zim.xml") Observable<LibraryNetworkEntity> getLibrary();
@GET Observable<MetaLinkNetworkEntity> getMetaLinks(@Url String url);