CreateSourceService

interface CreateSourceService

Functions

createSource
Link copied to clipboard
@POST(value = "sources")
abstract fun createSource(@Body body: CreateSourceAPI.Body): Call<Source>