Created
March 6, 2018 18:48
-
-
Save cdmunoz/b4a386f03d4dba5a1ffde475bcbf96f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface ApiInterface { | |
@GET("ticker/") | |
fun getCryptocurrencies(@Query("start") start: String): Observable<List<Cryptocurrency>> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment