-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(api): add backtest methods to AuthRules (#638)
- Loading branch information
1 parent
6436634
commit 8125eac
Showing
13 changed files
with
842 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
configured_endpoints: 150 | ||
configured_endpoints: 152 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
from .v2 import ( | ||
V2, | ||
AsyncV2, | ||
V2WithRawResponse, | ||
AsyncV2WithRawResponse, | ||
V2WithStreamingResponse, | ||
AsyncV2WithStreamingResponse, | ||
) | ||
from .backtests import ( | ||
Backtests, | ||
AsyncBacktests, | ||
BacktestsWithRawResponse, | ||
AsyncBacktestsWithRawResponse, | ||
BacktestsWithStreamingResponse, | ||
AsyncBacktestsWithStreamingResponse, | ||
) | ||
|
||
__all__ = [ | ||
"Backtests", | ||
"AsyncBacktests", | ||
"BacktestsWithRawResponse", | ||
"AsyncBacktestsWithRawResponse", | ||
"BacktestsWithStreamingResponse", | ||
"AsyncBacktestsWithStreamingResponse", | ||
"V2", | ||
"AsyncV2", | ||
"V2WithRawResponse", | ||
"AsyncV2WithRawResponse", | ||
"V2WithStreamingResponse", | ||
"AsyncV2WithStreamingResponse", | ||
] |
Oops, something went wrong.