With Raw Response
interface WithRawResponse
A view of BacktestServiceAsync that provides access to raw HTTP responses for each method.
Inheritors
Functions
Link copied to clipboard
@MustBeClosed
@MustBeClosed
@MustBeClosed
Returns a raw HTTP response for post /v2/auth_rules/{auth_rule_token}/backtests, but is otherwise the same as BacktestServiceAsync.create.
Link copied to clipboard
@MustBeClosed
@MustBeClosed
Returns a raw HTTP response for get /v2/auth_rules/{auth_rule_token}/backtests/{auth_rule_backtest_token}, but is otherwise the same as BacktestServiceAsync.retrieve.
Link copied to clipboard
abstract fun withOptions(modifier: (ClientOptions.Builder) -> Unit): BacktestServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.