CreateAppService

interface CreateAppService

Functions

createApp
Link copied to clipboard
@POST(value = "apps")
abstract fun createApp(@Body body: CreateAppAPI.Body): Call<LocationBasedApp>