SourceConfiguration
class SourceConfiguration
Configuration that defines how to make requests to endpoints, including request methods, paths, parameters, and response handling.
Types
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.