getAlerts

@GET(value = v1/user/alerts)
abstract fun getAlerts(@QueryMap() options: Map<String, String>): Call<AlertsResponseEnvelope>

Sources

jvm source
Link copied to clipboard