ResponseConfiguration

Configuration that defines how to parse JSON responses from REST API calls, including paths to result data and error information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The JSON path expression that identifies where error information is located within API responses when requests fail.

Link copied to clipboard

The JSON path expression that identifies where the actual result data is located within the API response.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String