Package-level declarations

Types

Link copied to clipboard
class CallbackUrlInterceptor @Inject constructor(credentialProvider: CredentialProvider) : <ERROR CLASS> ERROR CLASS: Symbol not found for Interceptor

Interceptor that attaches the optional X-Callback-Url header to transaction-initiation requests.

Link copied to clipboard
class EnvironmentInterceptor(environment: String) : <ERROR CLASS> ERROR CLASS: Symbol not found for Interceptor

Interceptor that attaches the X-Target-Environment header to every request, sourced once from configuration (io.rekast.sdk.utils.ApiConfig.environment) rather than being threaded through every service method as a parameter.