AlertsApi

interface AlertsApi

Functions

delete
Link copied to clipboard
@DELETE(value = /v1/user/alerts/{alertId})
abstract fun delete(@Path(value = alertIdalertId: String): Call<DeleteAlertsEnvelope>
getAlertDetails
Link copied to clipboard
@GET(value = /v1/user/alerts/{alertId})
abstract fun getAlertDetails(@Path(value = alertIdalertId: String, @QueryMap() options: Map<String, String>): Call<AlertDetailsResponse>
getAlerts
Link copied to clipboard
@GET(value = v1/user/alerts)
abstract fun getAlerts(@QueryMap() options: Map<String, String>): Call<AlertsResponseEnvelope>

Sources

jvm source
Link copied to clipboard