GetSourceService

interface GetSourceService

Functions

getSource
Link copied to clipboard
@GET(value = "sources/{sourceId}")
abstract fun getSource(@Path(value = "sourceId"sourceId: String? = null): Call<Source>