avram / libzotero-java

Zotero API access from Java. For Android and pure Java development, using RxJava and Retrofit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move from retrofit to backend that understands atom

avram opened this issue · comments

We need to have our ZoteroService give us Observables that give us entries from the atom feeds, not lists of entries. This means that we need to let a single result from the network lead to multiple calls to onNext(..). We also need to let the request follow the pagination rules to keep getting more data-- which means that the network layer needs to understand Atom.

v3 API doesn't need to be Atom-based