getAlertDetails

@GET(value = /v1/user/alerts/{alertId})
abstract fun getAlertDetails(@Path(value = alertIdalertId: String, @QueryMap() options: Map<String, String>): Call<AlertDetailsResponse>

Sources

jvm source
Link copied to clipboard