Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created March 6, 2018 18:48
Show Gist options
  • Save cdmunoz/b4a386f03d4dba5a1ffde475bcbf96f9 to your computer and use it in GitHub Desktop.
Save cdmunoz/b4a386f03d4dba5a1ffde475bcbf96f9 to your computer and use it in GitHub Desktop.
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