ApiDestinationHttpApiParameters

data class ApiDestinationHttpApiParameters(val endpoint: String, val method: String)

Constructors

Link copied to clipboard
constructor(endpoint: String, method: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The endpoint of the API destination.

Link copied to clipboard

The HTTP request method. Valid values: GET, POST, HEAD, DELETE, PUT, PATCH.