SourceConfiguration

Configuration that defines how to make requests to endpoints, including request methods, paths, parameters, and response handling.

Types

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

Properties

Link copied to clipboard

Configuration for handling paginated responses from the REST API, supporting both cursor-based and offset-based pagination strategies.

Link copied to clipboard

The HTTP method to use for requests to this endpoint, such as GET, POST.

Link copied to clipboard

Configuration for request parameters that should be included in API calls, such as query parameters, headers, or body content.

Link copied to clipboard

The URL path for the REST endpoint, which may include parameter placeholders that will be replaced with actual values during requests.

Link copied to clipboard

Configuration that defines how to parse and extract data from API responses, including success and error handling.

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