http-api: RxJava async calls

This commit is contained in:
Owain van Brakel
2019-07-19 01:35:42 +02:00
parent 0b107fab60
commit 1db9d7352c
5 changed files with 109 additions and 105 deletions

View File

@@ -79,6 +79,11 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.10</version>
</dependency>
</dependencies>
<build>