mirror of
https://github.com/etesync/android
synced 2025-01-11 08:10:58 +00:00
Update to the new jorunal entries API.
This commit is contained in:
parent
148260110a
commit
201e4e09eb
@ -26,8 +26,9 @@ public class JournalEntryManager extends BaseManager {
|
|||||||
public JournalEntryManager(OkHttpClient httpClient, HttpUrl remote, String journal) {
|
public JournalEntryManager(OkHttpClient httpClient, HttpUrl remote, String journal) {
|
||||||
this.uid = journal;
|
this.uid = journal;
|
||||||
this.remote = remote.newBuilder()
|
this.remote = remote.newBuilder()
|
||||||
.addPathSegments("api/v1/journal")
|
.addPathSegments("api/v1/journals")
|
||||||
.addPathSegments(journal)
|
.addPathSegments(journal)
|
||||||
|
.addPathSegment("entries")
|
||||||
.addPathSegment("")
|
.addPathSegment("")
|
||||||
.build();
|
.build();
|
||||||
App.log.info("Created for: " + this.remote.toString());
|
App.log.info("Created for: " + this.remote.toString());
|
||||||
|
Loading…
Reference in New Issue
Block a user