With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun create(params: AuthRuleV2BacktestCreateParams, requestOptions: RequestOptions): HttpResponseFor<BacktestCreateResponse>
@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
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.
open suspend override fun retrieve(params: AuthRuleV2BacktestRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<BacktestResults>
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): BacktestServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.