Skip to content

Instantly share code, notes, and snippets.

@naturalwarren
Created May 13, 2018 19:49
Show Gist options
  • Save naturalwarren/66c4d2032eb57bc0067b10415096bc9f to your computer and use it in GitHub Desktop.
Save naturalwarren/66c4d2032eb57bc0067b10415096bc9f to your computer and use it in GitHub Desktop.
interface TradierApi {
@Enveloped
@GET("markets/lookup")
fun lookup(@Query("q") symbol: String): Single<Securities>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment