PersistService

interface PersistService

Functions

Link copied to clipboard
@POST(value = "persist")
abstract fun post(@Body data: String): Call<ResponseBody>