cs2cap 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cs2cap/__init__.py +342 -0
- cs2cap/api/__init__.py +17 -0
- cs2cap/api/account_alerts_api.py +1799 -0
- cs2cap/api/account_api_keys_api.py +1741 -0
- cs2cap/api/account_watchlist_api.py +909 -0
- cs2cap/api/account_webhooks_api.py +2002 -0
- cs2cap/api/bids_api.py +994 -0
- cs2cap/api/foreign_exchange_api.py +293 -0
- cs2cap/api/inventory_api.py +579 -0
- cs2cap/api/items_api.py +879 -0
- cs2cap/api/market_intelligence_api.py +1553 -0
- cs2cap/api/portfolio_api.py +4266 -0
- cs2cap/api/prices_api.py +1858 -0
- cs2cap/api/providers_api.py +316 -0
- cs2cap/api/sales_api.py +406 -0
- cs2cap/api_client.py +813 -0
- cs2cap/api_response.py +21 -0
- cs2cap/configuration.py +585 -0
- cs2cap/exceptions.py +218 -0
- cs2cap/models/__init__.py +151 -0
- cs2cap/models/account_mutation_response.py +87 -0
- cs2cap/models/alert_batch_create_request.py +96 -0
- cs2cap/models/alert_batch_create_response.py +99 -0
- cs2cap/models/alert_batch_create_result.py +117 -0
- cs2cap/models/alert_create_request.py +108 -0
- cs2cap/models/alert_definition.py +126 -0
- cs2cap/models/alert_delivery_summary.py +141 -0
- cs2cap/models/alert_event_summary.py +134 -0
- cs2cap/models/alert_events_response.py +101 -0
- cs2cap/models/alert_item_summary.py +96 -0
- cs2cap/models/alert_list_response.py +101 -0
- cs2cap/models/alert_update_request.py +117 -0
- cs2cap/models/all_providers.py +74 -0
- cs2cap/models/api_key_info.py +142 -0
- cs2cap/models/batch_bid_item.py +106 -0
- cs2cap/models/batch_bid_quote.py +106 -0
- cs2cap/models/batch_bids_meta.py +96 -0
- cs2cap/models/batch_bids_request.py +108 -0
- cs2cap/models/batch_bids_response.py +105 -0
- cs2cap/models/batch_price_item.py +106 -0
- cs2cap/models/batch_price_quote.py +106 -0
- cs2cap/models/batch_prices_meta.py +96 -0
- cs2cap/models/batch_prices_request.py +108 -0
- cs2cap/models/batch_prices_response.py +105 -0
- cs2cap/models/bids_filter_meta.py +113 -0
- cs2cap/models/bids_meta.py +95 -0
- cs2cap/models/bids_response.py +107 -0
- cs2cap/models/buy_order_item.py +117 -0
- cs2cap/models/buy_order_provider.py +46 -0
- cs2cap/models/charm_info.py +94 -0
- cs2cap/models/child_api_key_create_request.py +102 -0
- cs2cap/models/child_api_key_create_response.py +95 -0
- cs2cap/models/child_api_key_detail_response.py +93 -0
- cs2cap/models/child_api_key_list_response.py +101 -0
- cs2cap/models/child_api_key_update_request.py +107 -0
- cs2cap/models/cursor_pagination_meta.py +99 -0
- cs2cap/models/error_response.py +89 -0
- cs2cap/models/fx_rates_response.py +95 -0
- cs2cap/models/indicator_data_coverage.py +106 -0
- cs2cap/models/indicator_momentum.py +169 -0
- cs2cap/models/indicator_signals.py +127 -0
- cs2cap/models/indicator_volatility.py +120 -0
- cs2cap/models/indicator_volume.py +106 -0
- cs2cap/models/inspect_info.py +106 -0
- cs2cap/models/item_out.py +234 -0
- cs2cap/models/items_catalog_summary.py +87 -0
- cs2cap/models/items_filter_metadata.py +103 -0
- cs2cap/models/items_metadata_response.py +97 -0
- cs2cap/models/items_paginated_response_item_out.py +101 -0
- cs2cap/models/items_pagination_meta.py +103 -0
- cs2cap/models/loc_inner.py +138 -0
- cs2cap/models/market_arbitrage_data.py +95 -0
- cs2cap/models/market_arbitrage_item.py +142 -0
- cs2cap/models/market_arbitrage_meta.py +111 -0
- cs2cap/models/market_arbitrage_response.py +103 -0
- cs2cap/models/market_index_group.py +103 -0
- cs2cap/models/market_indexes_data.py +105 -0
- cs2cap/models/market_indexes_meta.py +120 -0
- cs2cap/models/market_indexes_response.py +97 -0
- cs2cap/models/market_indicators_item_data.py +140 -0
- cs2cap/models/market_indicators_item_response.py +97 -0
- cs2cap/models/market_indicators_meta.py +120 -0
- cs2cap/models/market_item.py +131 -0
- cs2cap/models/market_item_analytics_coverage.py +91 -0
- cs2cap/models/market_item_analytics_data.py +118 -0
- cs2cap/models/market_item_analytics_provider.py +262 -0
- cs2cap/models/market_item_analytics_response.py +97 -0
- cs2cap/models/market_item_analytics_summary.py +290 -0
- cs2cap/models/market_items_snapshot_data.py +95 -0
- cs2cap/models/market_items_snapshot_item.py +102 -0
- cs2cap/models/market_items_snapshot_response.py +97 -0
- cs2cap/models/market_meta.py +111 -0
- cs2cap/models/market_time_window_meta.py +87 -0
- cs2cap/models/pagination_meta.py +103 -0
- cs2cap/models/phase_name.py +43 -0
- cs2cap/models/portfolio_add_item_request.py +109 -0
- cs2cap/models/portfolio_create.py +88 -0
- cs2cap/models/portfolio_data.py +101 -0
- cs2cap/models/portfolio_history_meta.py +132 -0
- cs2cap/models/portfolio_history_page.py +107 -0
- cs2cap/models/portfolio_history_point.py +96 -0
- cs2cap/models/portfolio_import_request.py +92 -0
- cs2cap/models/portfolio_import_result.py +91 -0
- cs2cap/models/portfolio_item_out.py +170 -0
- cs2cap/models/portfolio_line_item.py +129 -0
- cs2cap/models/portfolio_list_response.py +95 -0
- cs2cap/models/portfolio_meta.py +92 -0
- cs2cap/models/portfolio_out.py +96 -0
- cs2cap/models/portfolio_request.py +105 -0
- cs2cap/models/portfolio_request_item.py +90 -0
- cs2cap/models/portfolio_response.py +97 -0
- cs2cap/models/price_candle_item.py +110 -0
- cs2cap/models/price_candles_meta.py +107 -0
- cs2cap/models/price_candles_page.py +101 -0
- cs2cap/models/price_history_filters_meta.py +129 -0
- cs2cap/models/price_history_meta.py +96 -0
- cs2cap/models/price_snapshot.py +107 -0
- cs2cap/models/price_snapshot_page.py +107 -0
- cs2cap/models/prices_filter_meta.py +106 -0
- cs2cap/models/prices_meta.py +95 -0
- cs2cap/models/prices_paginated_response_market_item.py +107 -0
- cs2cap/models/provider_features.py +99 -0
- cs2cap/models/provider_fees.py +106 -0
- cs2cap/models/provider_health.py +130 -0
- cs2cap/models/provider_info.py +128 -0
- cs2cap/models/providers.py +89 -0
- cs2cap/models/recent_sales_provider.py +43 -0
- cs2cap/models/sale_record_detail.py +160 -0
- cs2cap/models/sales_filters_meta.py +116 -0
- cs2cap/models/sales_history_response.py +111 -0
- cs2cap/models/sales_meta.py +98 -0
- cs2cap/models/steam_inventory_item.py +169 -0
- cs2cap/models/steam_inventory_response.py +97 -0
- cs2cap/models/sticker_info.py +96 -0
- cs2cap/models/transaction_create_request.py +153 -0
- cs2cap/models/transaction_out.py +141 -0
- cs2cap/models/transaction_update_request.py +160 -0
- cs2cap/models/validation_error_item.py +113 -0
- cs2cap/models/validation_error_response.py +97 -0
- cs2cap/models/watchlist_batch_create_response.py +97 -0
- cs2cap/models/watchlist_create_batch_request.py +88 -0
- cs2cap/models/watchlist_create_request.py +134 -0
- cs2cap/models/watchlist_create_response.py +134 -0
- cs2cap/models/watchlist_create_single_request.py +87 -0
- cs2cap/models/watchlist_item.py +101 -0
- cs2cap/models/watchlist_response.py +101 -0
- cs2cap/models/webhook_create_request.py +91 -0
- cs2cap/models/webhook_deliveries_response.py +101 -0
- cs2cap/models/webhook_delivery_attempt_summary.py +113 -0
- cs2cap/models/webhook_delivery_detail.py +144 -0
- cs2cap/models/webhook_delivery_summary.py +132 -0
- cs2cap/models/webhook_endpoint_summary.py +121 -0
- cs2cap/models/webhook_endpoints_response.py +95 -0
- cs2cap/models/webhook_secret_response.py +93 -0
- cs2cap/models/webhook_update_request.py +106 -0
- cs2cap/py.typed +0 -0
- cs2cap/rest.py +263 -0
- cs2cap-1.0.0.dist-info/METADATA +301 -0
- cs2cap-1.0.0.dist-info/RECORD +161 -0
- cs2cap-1.0.0.dist-info/WHEEL +5 -0
- cs2cap-1.0.0.dist-info/top_level.txt +1 -0
cs2cap/__init__.py
ADDED
|
@@ -0,0 +1,342 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
# flake8: noqa
|
|
4
|
+
|
|
5
|
+
"""
|
|
6
|
+
CS2Cap
|
|
7
|
+
|
|
8
|
+
CS2Cap aggregates and analyzes Counter-Strike 2 marketplace data across multiple providers via a unified REST API.
|
|
9
|
+
|
|
10
|
+
The version of the OpenAPI document: 1.0.0
|
|
11
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
|
+
|
|
13
|
+
Do not edit the class manually.
|
|
14
|
+
""" # noqa: E501
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
__version__ = "1.0.0"
|
|
18
|
+
|
|
19
|
+
# Define package exports
|
|
20
|
+
__all__ = [
|
|
21
|
+
"AccountAPIKeysApi",
|
|
22
|
+
"AccountAlertsApi",
|
|
23
|
+
"AccountWatchlistApi",
|
|
24
|
+
"AccountWebhooksApi",
|
|
25
|
+
"BidsApi",
|
|
26
|
+
"ForeignExchangeApi",
|
|
27
|
+
"InventoryApi",
|
|
28
|
+
"ItemsApi",
|
|
29
|
+
"MarketIntelligenceApi",
|
|
30
|
+
"PortfolioApi",
|
|
31
|
+
"PricesApi",
|
|
32
|
+
"ProvidersApi",
|
|
33
|
+
"SalesApi",
|
|
34
|
+
"ApiResponse",
|
|
35
|
+
"ApiClient",
|
|
36
|
+
"Configuration",
|
|
37
|
+
"OpenApiException",
|
|
38
|
+
"ApiTypeError",
|
|
39
|
+
"ApiValueError",
|
|
40
|
+
"ApiKeyError",
|
|
41
|
+
"ApiAttributeError",
|
|
42
|
+
"ApiException",
|
|
43
|
+
"APIKeyInfo",
|
|
44
|
+
"AccountMutationResponse",
|
|
45
|
+
"AlertBatchCreateRequest",
|
|
46
|
+
"AlertBatchCreateResponse",
|
|
47
|
+
"AlertBatchCreateResult",
|
|
48
|
+
"AlertCreateRequest",
|
|
49
|
+
"AlertDefinition",
|
|
50
|
+
"AlertDeliverySummary",
|
|
51
|
+
"AlertEventSummary",
|
|
52
|
+
"AlertEventsResponse",
|
|
53
|
+
"AlertItemSummary",
|
|
54
|
+
"AlertListResponse",
|
|
55
|
+
"AlertUpdateRequest",
|
|
56
|
+
"AllProviders",
|
|
57
|
+
"BatchBidItem",
|
|
58
|
+
"BatchBidQuote",
|
|
59
|
+
"BatchBidsMeta",
|
|
60
|
+
"BatchBidsRequest",
|
|
61
|
+
"BatchBidsResponse",
|
|
62
|
+
"BatchPriceItem",
|
|
63
|
+
"BatchPriceQuote",
|
|
64
|
+
"BatchPricesMeta",
|
|
65
|
+
"BatchPricesRequest",
|
|
66
|
+
"BatchPricesResponse",
|
|
67
|
+
"BidsFilterMeta",
|
|
68
|
+
"BidsMeta",
|
|
69
|
+
"BidsResponse",
|
|
70
|
+
"BuyOrderItem",
|
|
71
|
+
"BuyOrderProvider",
|
|
72
|
+
"CharmInfo",
|
|
73
|
+
"ChildAPIKeyCreateRequest",
|
|
74
|
+
"ChildAPIKeyCreateResponse",
|
|
75
|
+
"ChildAPIKeyDetailResponse",
|
|
76
|
+
"ChildAPIKeyListResponse",
|
|
77
|
+
"ChildAPIKeyUpdateRequest",
|
|
78
|
+
"CursorPaginationMeta",
|
|
79
|
+
"ErrorResponse",
|
|
80
|
+
"FXRatesResponse",
|
|
81
|
+
"IndicatorDataCoverage",
|
|
82
|
+
"IndicatorMomentum",
|
|
83
|
+
"IndicatorSignals",
|
|
84
|
+
"IndicatorVolatility",
|
|
85
|
+
"IndicatorVolume",
|
|
86
|
+
"InspectInfo",
|
|
87
|
+
"ItemOut",
|
|
88
|
+
"ItemsCatalogSummary",
|
|
89
|
+
"ItemsFilterMetadata",
|
|
90
|
+
"ItemsMetadataResponse",
|
|
91
|
+
"ItemsPaginatedResponseItemOut",
|
|
92
|
+
"ItemsPaginationMeta",
|
|
93
|
+
"LocInner",
|
|
94
|
+
"MarketArbitrageData",
|
|
95
|
+
"MarketArbitrageItem",
|
|
96
|
+
"MarketArbitrageMeta",
|
|
97
|
+
"MarketArbitrageResponse",
|
|
98
|
+
"MarketIndexGroup",
|
|
99
|
+
"MarketIndexesData",
|
|
100
|
+
"MarketIndexesMeta",
|
|
101
|
+
"MarketIndexesResponse",
|
|
102
|
+
"MarketIndicatorsItemData",
|
|
103
|
+
"MarketIndicatorsItemResponse",
|
|
104
|
+
"MarketIndicatorsMeta",
|
|
105
|
+
"MarketItem",
|
|
106
|
+
"MarketItemAnalyticsCoverage",
|
|
107
|
+
"MarketItemAnalyticsData",
|
|
108
|
+
"MarketItemAnalyticsProvider",
|
|
109
|
+
"MarketItemAnalyticsResponse",
|
|
110
|
+
"MarketItemAnalyticsSummary",
|
|
111
|
+
"MarketItemsSnapshotData",
|
|
112
|
+
"MarketItemsSnapshotItem",
|
|
113
|
+
"MarketItemsSnapshotResponse",
|
|
114
|
+
"MarketMeta",
|
|
115
|
+
"MarketTimeWindowMeta",
|
|
116
|
+
"PaginationMeta",
|
|
117
|
+
"PhaseName",
|
|
118
|
+
"PortfolioAddItemRequest",
|
|
119
|
+
"PortfolioCreate",
|
|
120
|
+
"PortfolioData",
|
|
121
|
+
"PortfolioHistoryMeta",
|
|
122
|
+
"PortfolioHistoryPage",
|
|
123
|
+
"PortfolioHistoryPoint",
|
|
124
|
+
"PortfolioImportRequest",
|
|
125
|
+
"PortfolioImportResult",
|
|
126
|
+
"PortfolioItemOut",
|
|
127
|
+
"PortfolioLineItem",
|
|
128
|
+
"PortfolioListResponse",
|
|
129
|
+
"PortfolioMeta",
|
|
130
|
+
"PortfolioOut",
|
|
131
|
+
"PortfolioRequest",
|
|
132
|
+
"PortfolioRequestItem",
|
|
133
|
+
"PortfolioResponse",
|
|
134
|
+
"PriceCandleItem",
|
|
135
|
+
"PriceCandlesMeta",
|
|
136
|
+
"PriceCandlesPage",
|
|
137
|
+
"PriceHistoryFiltersMeta",
|
|
138
|
+
"PriceHistoryMeta",
|
|
139
|
+
"PriceSnapshot",
|
|
140
|
+
"PriceSnapshotPage",
|
|
141
|
+
"PricesFilterMeta",
|
|
142
|
+
"PricesMeta",
|
|
143
|
+
"PricesPaginatedResponseMarketItem",
|
|
144
|
+
"ProviderFeatures",
|
|
145
|
+
"ProviderFees",
|
|
146
|
+
"ProviderHealth",
|
|
147
|
+
"ProviderInfo",
|
|
148
|
+
"Providers",
|
|
149
|
+
"RecentSalesProvider",
|
|
150
|
+
"SaleRecordDetail",
|
|
151
|
+
"SalesFiltersMeta",
|
|
152
|
+
"SalesHistoryResponse",
|
|
153
|
+
"SalesMeta",
|
|
154
|
+
"SteamInventoryItem",
|
|
155
|
+
"SteamInventoryResponse",
|
|
156
|
+
"StickerInfo",
|
|
157
|
+
"TransactionCreateRequest",
|
|
158
|
+
"TransactionOut",
|
|
159
|
+
"TransactionUpdateRequest",
|
|
160
|
+
"ValidationErrorItem",
|
|
161
|
+
"ValidationErrorResponse",
|
|
162
|
+
"WatchlistBatchCreateResponse",
|
|
163
|
+
"WatchlistCreateBatchRequest",
|
|
164
|
+
"WatchlistCreateRequest",
|
|
165
|
+
"WatchlistCreateResponse",
|
|
166
|
+
"WatchlistCreateSingleRequest",
|
|
167
|
+
"WatchlistItem",
|
|
168
|
+
"WatchlistResponse",
|
|
169
|
+
"WebhookCreateRequest",
|
|
170
|
+
"WebhookDeliveriesResponse",
|
|
171
|
+
"WebhookDeliveryAttemptSummary",
|
|
172
|
+
"WebhookDeliveryDetail",
|
|
173
|
+
"WebhookDeliverySummary",
|
|
174
|
+
"WebhookEndpointSummary",
|
|
175
|
+
"WebhookEndpointsResponse",
|
|
176
|
+
"WebhookSecretResponse",
|
|
177
|
+
"WebhookUpdateRequest",
|
|
178
|
+
]
|
|
179
|
+
|
|
180
|
+
# import apis into sdk package
|
|
181
|
+
from cs2cap.api.account_api_keys_api import AccountAPIKeysApi as AccountAPIKeysApi
|
|
182
|
+
from cs2cap.api.account_alerts_api import AccountAlertsApi as AccountAlertsApi
|
|
183
|
+
from cs2cap.api.account_watchlist_api import AccountWatchlistApi as AccountWatchlistApi
|
|
184
|
+
from cs2cap.api.account_webhooks_api import AccountWebhooksApi as AccountWebhooksApi
|
|
185
|
+
from cs2cap.api.bids_api import BidsApi as BidsApi
|
|
186
|
+
from cs2cap.api.foreign_exchange_api import ForeignExchangeApi as ForeignExchangeApi
|
|
187
|
+
from cs2cap.api.inventory_api import InventoryApi as InventoryApi
|
|
188
|
+
from cs2cap.api.items_api import ItemsApi as ItemsApi
|
|
189
|
+
from cs2cap.api.market_intelligence_api import MarketIntelligenceApi as MarketIntelligenceApi
|
|
190
|
+
from cs2cap.api.portfolio_api import PortfolioApi as PortfolioApi
|
|
191
|
+
from cs2cap.api.prices_api import PricesApi as PricesApi
|
|
192
|
+
from cs2cap.api.providers_api import ProvidersApi as ProvidersApi
|
|
193
|
+
from cs2cap.api.sales_api import SalesApi as SalesApi
|
|
194
|
+
|
|
195
|
+
# import ApiClient
|
|
196
|
+
from cs2cap.api_response import ApiResponse as ApiResponse
|
|
197
|
+
from cs2cap.api_client import ApiClient as ApiClient
|
|
198
|
+
from cs2cap.configuration import Configuration as Configuration
|
|
199
|
+
from cs2cap.exceptions import OpenApiException as OpenApiException
|
|
200
|
+
from cs2cap.exceptions import ApiTypeError as ApiTypeError
|
|
201
|
+
from cs2cap.exceptions import ApiValueError as ApiValueError
|
|
202
|
+
from cs2cap.exceptions import ApiKeyError as ApiKeyError
|
|
203
|
+
from cs2cap.exceptions import ApiAttributeError as ApiAttributeError
|
|
204
|
+
from cs2cap.exceptions import ApiException as ApiException
|
|
205
|
+
|
|
206
|
+
# import models into sdk package
|
|
207
|
+
from cs2cap.models.api_key_info import APIKeyInfo as APIKeyInfo
|
|
208
|
+
from cs2cap.models.account_mutation_response import AccountMutationResponse as AccountMutationResponse
|
|
209
|
+
from cs2cap.models.alert_batch_create_request import AlertBatchCreateRequest as AlertBatchCreateRequest
|
|
210
|
+
from cs2cap.models.alert_batch_create_response import AlertBatchCreateResponse as AlertBatchCreateResponse
|
|
211
|
+
from cs2cap.models.alert_batch_create_result import AlertBatchCreateResult as AlertBatchCreateResult
|
|
212
|
+
from cs2cap.models.alert_create_request import AlertCreateRequest as AlertCreateRequest
|
|
213
|
+
from cs2cap.models.alert_definition import AlertDefinition as AlertDefinition
|
|
214
|
+
from cs2cap.models.alert_delivery_summary import AlertDeliverySummary as AlertDeliverySummary
|
|
215
|
+
from cs2cap.models.alert_event_summary import AlertEventSummary as AlertEventSummary
|
|
216
|
+
from cs2cap.models.alert_events_response import AlertEventsResponse as AlertEventsResponse
|
|
217
|
+
from cs2cap.models.alert_item_summary import AlertItemSummary as AlertItemSummary
|
|
218
|
+
from cs2cap.models.alert_list_response import AlertListResponse as AlertListResponse
|
|
219
|
+
from cs2cap.models.alert_update_request import AlertUpdateRequest as AlertUpdateRequest
|
|
220
|
+
from cs2cap.models.all_providers import AllProviders as AllProviders
|
|
221
|
+
from cs2cap.models.batch_bid_item import BatchBidItem as BatchBidItem
|
|
222
|
+
from cs2cap.models.batch_bid_quote import BatchBidQuote as BatchBidQuote
|
|
223
|
+
from cs2cap.models.batch_bids_meta import BatchBidsMeta as BatchBidsMeta
|
|
224
|
+
from cs2cap.models.batch_bids_request import BatchBidsRequest as BatchBidsRequest
|
|
225
|
+
from cs2cap.models.batch_bids_response import BatchBidsResponse as BatchBidsResponse
|
|
226
|
+
from cs2cap.models.batch_price_item import BatchPriceItem as BatchPriceItem
|
|
227
|
+
from cs2cap.models.batch_price_quote import BatchPriceQuote as BatchPriceQuote
|
|
228
|
+
from cs2cap.models.batch_prices_meta import BatchPricesMeta as BatchPricesMeta
|
|
229
|
+
from cs2cap.models.batch_prices_request import BatchPricesRequest as BatchPricesRequest
|
|
230
|
+
from cs2cap.models.batch_prices_response import BatchPricesResponse as BatchPricesResponse
|
|
231
|
+
from cs2cap.models.bids_filter_meta import BidsFilterMeta as BidsFilterMeta
|
|
232
|
+
from cs2cap.models.bids_meta import BidsMeta as BidsMeta
|
|
233
|
+
from cs2cap.models.bids_response import BidsResponse as BidsResponse
|
|
234
|
+
from cs2cap.models.buy_order_item import BuyOrderItem as BuyOrderItem
|
|
235
|
+
from cs2cap.models.buy_order_provider import BuyOrderProvider as BuyOrderProvider
|
|
236
|
+
from cs2cap.models.charm_info import CharmInfo as CharmInfo
|
|
237
|
+
from cs2cap.models.child_api_key_create_request import ChildAPIKeyCreateRequest as ChildAPIKeyCreateRequest
|
|
238
|
+
from cs2cap.models.child_api_key_create_response import ChildAPIKeyCreateResponse as ChildAPIKeyCreateResponse
|
|
239
|
+
from cs2cap.models.child_api_key_detail_response import ChildAPIKeyDetailResponse as ChildAPIKeyDetailResponse
|
|
240
|
+
from cs2cap.models.child_api_key_list_response import ChildAPIKeyListResponse as ChildAPIKeyListResponse
|
|
241
|
+
from cs2cap.models.child_api_key_update_request import ChildAPIKeyUpdateRequest as ChildAPIKeyUpdateRequest
|
|
242
|
+
from cs2cap.models.cursor_pagination_meta import CursorPaginationMeta as CursorPaginationMeta
|
|
243
|
+
from cs2cap.models.error_response import ErrorResponse as ErrorResponse
|
|
244
|
+
from cs2cap.models.fx_rates_response import FXRatesResponse as FXRatesResponse
|
|
245
|
+
from cs2cap.models.indicator_data_coverage import IndicatorDataCoverage as IndicatorDataCoverage
|
|
246
|
+
from cs2cap.models.indicator_momentum import IndicatorMomentum as IndicatorMomentum
|
|
247
|
+
from cs2cap.models.indicator_signals import IndicatorSignals as IndicatorSignals
|
|
248
|
+
from cs2cap.models.indicator_volatility import IndicatorVolatility as IndicatorVolatility
|
|
249
|
+
from cs2cap.models.indicator_volume import IndicatorVolume as IndicatorVolume
|
|
250
|
+
from cs2cap.models.inspect_info import InspectInfo as InspectInfo
|
|
251
|
+
from cs2cap.models.item_out import ItemOut as ItemOut
|
|
252
|
+
from cs2cap.models.items_catalog_summary import ItemsCatalogSummary as ItemsCatalogSummary
|
|
253
|
+
from cs2cap.models.items_filter_metadata import ItemsFilterMetadata as ItemsFilterMetadata
|
|
254
|
+
from cs2cap.models.items_metadata_response import ItemsMetadataResponse as ItemsMetadataResponse
|
|
255
|
+
from cs2cap.models.items_paginated_response_item_out import ItemsPaginatedResponseItemOut as ItemsPaginatedResponseItemOut
|
|
256
|
+
from cs2cap.models.items_pagination_meta import ItemsPaginationMeta as ItemsPaginationMeta
|
|
257
|
+
from cs2cap.models.loc_inner import LocInner as LocInner
|
|
258
|
+
from cs2cap.models.market_arbitrage_data import MarketArbitrageData as MarketArbitrageData
|
|
259
|
+
from cs2cap.models.market_arbitrage_item import MarketArbitrageItem as MarketArbitrageItem
|
|
260
|
+
from cs2cap.models.market_arbitrage_meta import MarketArbitrageMeta as MarketArbitrageMeta
|
|
261
|
+
from cs2cap.models.market_arbitrage_response import MarketArbitrageResponse as MarketArbitrageResponse
|
|
262
|
+
from cs2cap.models.market_index_group import MarketIndexGroup as MarketIndexGroup
|
|
263
|
+
from cs2cap.models.market_indexes_data import MarketIndexesData as MarketIndexesData
|
|
264
|
+
from cs2cap.models.market_indexes_meta import MarketIndexesMeta as MarketIndexesMeta
|
|
265
|
+
from cs2cap.models.market_indexes_response import MarketIndexesResponse as MarketIndexesResponse
|
|
266
|
+
from cs2cap.models.market_indicators_item_data import MarketIndicatorsItemData as MarketIndicatorsItemData
|
|
267
|
+
from cs2cap.models.market_indicators_item_response import MarketIndicatorsItemResponse as MarketIndicatorsItemResponse
|
|
268
|
+
from cs2cap.models.market_indicators_meta import MarketIndicatorsMeta as MarketIndicatorsMeta
|
|
269
|
+
from cs2cap.models.market_item import MarketItem as MarketItem
|
|
270
|
+
from cs2cap.models.market_item_analytics_coverage import MarketItemAnalyticsCoverage as MarketItemAnalyticsCoverage
|
|
271
|
+
from cs2cap.models.market_item_analytics_data import MarketItemAnalyticsData as MarketItemAnalyticsData
|
|
272
|
+
from cs2cap.models.market_item_analytics_provider import MarketItemAnalyticsProvider as MarketItemAnalyticsProvider
|
|
273
|
+
from cs2cap.models.market_item_analytics_response import MarketItemAnalyticsResponse as MarketItemAnalyticsResponse
|
|
274
|
+
from cs2cap.models.market_item_analytics_summary import MarketItemAnalyticsSummary as MarketItemAnalyticsSummary
|
|
275
|
+
from cs2cap.models.market_items_snapshot_data import MarketItemsSnapshotData as MarketItemsSnapshotData
|
|
276
|
+
from cs2cap.models.market_items_snapshot_item import MarketItemsSnapshotItem as MarketItemsSnapshotItem
|
|
277
|
+
from cs2cap.models.market_items_snapshot_response import MarketItemsSnapshotResponse as MarketItemsSnapshotResponse
|
|
278
|
+
from cs2cap.models.market_meta import MarketMeta as MarketMeta
|
|
279
|
+
from cs2cap.models.market_time_window_meta import MarketTimeWindowMeta as MarketTimeWindowMeta
|
|
280
|
+
from cs2cap.models.pagination_meta import PaginationMeta as PaginationMeta
|
|
281
|
+
from cs2cap.models.phase_name import PhaseName as PhaseName
|
|
282
|
+
from cs2cap.models.portfolio_add_item_request import PortfolioAddItemRequest as PortfolioAddItemRequest
|
|
283
|
+
from cs2cap.models.portfolio_create import PortfolioCreate as PortfolioCreate
|
|
284
|
+
from cs2cap.models.portfolio_data import PortfolioData as PortfolioData
|
|
285
|
+
from cs2cap.models.portfolio_history_meta import PortfolioHistoryMeta as PortfolioHistoryMeta
|
|
286
|
+
from cs2cap.models.portfolio_history_page import PortfolioHistoryPage as PortfolioHistoryPage
|
|
287
|
+
from cs2cap.models.portfolio_history_point import PortfolioHistoryPoint as PortfolioHistoryPoint
|
|
288
|
+
from cs2cap.models.portfolio_import_request import PortfolioImportRequest as PortfolioImportRequest
|
|
289
|
+
from cs2cap.models.portfolio_import_result import PortfolioImportResult as PortfolioImportResult
|
|
290
|
+
from cs2cap.models.portfolio_item_out import PortfolioItemOut as PortfolioItemOut
|
|
291
|
+
from cs2cap.models.portfolio_line_item import PortfolioLineItem as PortfolioLineItem
|
|
292
|
+
from cs2cap.models.portfolio_list_response import PortfolioListResponse as PortfolioListResponse
|
|
293
|
+
from cs2cap.models.portfolio_meta import PortfolioMeta as PortfolioMeta
|
|
294
|
+
from cs2cap.models.portfolio_out import PortfolioOut as PortfolioOut
|
|
295
|
+
from cs2cap.models.portfolio_request import PortfolioRequest as PortfolioRequest
|
|
296
|
+
from cs2cap.models.portfolio_request_item import PortfolioRequestItem as PortfolioRequestItem
|
|
297
|
+
from cs2cap.models.portfolio_response import PortfolioResponse as PortfolioResponse
|
|
298
|
+
from cs2cap.models.price_candle_item import PriceCandleItem as PriceCandleItem
|
|
299
|
+
from cs2cap.models.price_candles_meta import PriceCandlesMeta as PriceCandlesMeta
|
|
300
|
+
from cs2cap.models.price_candles_page import PriceCandlesPage as PriceCandlesPage
|
|
301
|
+
from cs2cap.models.price_history_filters_meta import PriceHistoryFiltersMeta as PriceHistoryFiltersMeta
|
|
302
|
+
from cs2cap.models.price_history_meta import PriceHistoryMeta as PriceHistoryMeta
|
|
303
|
+
from cs2cap.models.price_snapshot import PriceSnapshot as PriceSnapshot
|
|
304
|
+
from cs2cap.models.price_snapshot_page import PriceSnapshotPage as PriceSnapshotPage
|
|
305
|
+
from cs2cap.models.prices_filter_meta import PricesFilterMeta as PricesFilterMeta
|
|
306
|
+
from cs2cap.models.prices_meta import PricesMeta as PricesMeta
|
|
307
|
+
from cs2cap.models.prices_paginated_response_market_item import PricesPaginatedResponseMarketItem as PricesPaginatedResponseMarketItem
|
|
308
|
+
from cs2cap.models.provider_features import ProviderFeatures as ProviderFeatures
|
|
309
|
+
from cs2cap.models.provider_fees import ProviderFees as ProviderFees
|
|
310
|
+
from cs2cap.models.provider_health import ProviderHealth as ProviderHealth
|
|
311
|
+
from cs2cap.models.provider_info import ProviderInfo as ProviderInfo
|
|
312
|
+
from cs2cap.models.providers import Providers as Providers
|
|
313
|
+
from cs2cap.models.recent_sales_provider import RecentSalesProvider as RecentSalesProvider
|
|
314
|
+
from cs2cap.models.sale_record_detail import SaleRecordDetail as SaleRecordDetail
|
|
315
|
+
from cs2cap.models.sales_filters_meta import SalesFiltersMeta as SalesFiltersMeta
|
|
316
|
+
from cs2cap.models.sales_history_response import SalesHistoryResponse as SalesHistoryResponse
|
|
317
|
+
from cs2cap.models.sales_meta import SalesMeta as SalesMeta
|
|
318
|
+
from cs2cap.models.steam_inventory_item import SteamInventoryItem as SteamInventoryItem
|
|
319
|
+
from cs2cap.models.steam_inventory_response import SteamInventoryResponse as SteamInventoryResponse
|
|
320
|
+
from cs2cap.models.sticker_info import StickerInfo as StickerInfo
|
|
321
|
+
from cs2cap.models.transaction_create_request import TransactionCreateRequest as TransactionCreateRequest
|
|
322
|
+
from cs2cap.models.transaction_out import TransactionOut as TransactionOut
|
|
323
|
+
from cs2cap.models.transaction_update_request import TransactionUpdateRequest as TransactionUpdateRequest
|
|
324
|
+
from cs2cap.models.validation_error_item import ValidationErrorItem as ValidationErrorItem
|
|
325
|
+
from cs2cap.models.validation_error_response import ValidationErrorResponse as ValidationErrorResponse
|
|
326
|
+
from cs2cap.models.watchlist_batch_create_response import WatchlistBatchCreateResponse as WatchlistBatchCreateResponse
|
|
327
|
+
from cs2cap.models.watchlist_create_batch_request import WatchlistCreateBatchRequest as WatchlistCreateBatchRequest
|
|
328
|
+
from cs2cap.models.watchlist_create_request import WatchlistCreateRequest as WatchlistCreateRequest
|
|
329
|
+
from cs2cap.models.watchlist_create_response import WatchlistCreateResponse as WatchlistCreateResponse
|
|
330
|
+
from cs2cap.models.watchlist_create_single_request import WatchlistCreateSingleRequest as WatchlistCreateSingleRequest
|
|
331
|
+
from cs2cap.models.watchlist_item import WatchlistItem as WatchlistItem
|
|
332
|
+
from cs2cap.models.watchlist_response import WatchlistResponse as WatchlistResponse
|
|
333
|
+
from cs2cap.models.webhook_create_request import WebhookCreateRequest as WebhookCreateRequest
|
|
334
|
+
from cs2cap.models.webhook_deliveries_response import WebhookDeliveriesResponse as WebhookDeliveriesResponse
|
|
335
|
+
from cs2cap.models.webhook_delivery_attempt_summary import WebhookDeliveryAttemptSummary as WebhookDeliveryAttemptSummary
|
|
336
|
+
from cs2cap.models.webhook_delivery_detail import WebhookDeliveryDetail as WebhookDeliveryDetail
|
|
337
|
+
from cs2cap.models.webhook_delivery_summary import WebhookDeliverySummary as WebhookDeliverySummary
|
|
338
|
+
from cs2cap.models.webhook_endpoint_summary import WebhookEndpointSummary as WebhookEndpointSummary
|
|
339
|
+
from cs2cap.models.webhook_endpoints_response import WebhookEndpointsResponse as WebhookEndpointsResponse
|
|
340
|
+
from cs2cap.models.webhook_secret_response import WebhookSecretResponse as WebhookSecretResponse
|
|
341
|
+
from cs2cap.models.webhook_update_request import WebhookUpdateRequest as WebhookUpdateRequest
|
|
342
|
+
|
cs2cap/api/__init__.py
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# flake8: noqa
|
|
2
|
+
|
|
3
|
+
# import apis into api package
|
|
4
|
+
from cs2cap.api.account_api_keys_api import AccountAPIKeysApi
|
|
5
|
+
from cs2cap.api.account_alerts_api import AccountAlertsApi
|
|
6
|
+
from cs2cap.api.account_watchlist_api import AccountWatchlistApi
|
|
7
|
+
from cs2cap.api.account_webhooks_api import AccountWebhooksApi
|
|
8
|
+
from cs2cap.api.bids_api import BidsApi
|
|
9
|
+
from cs2cap.api.foreign_exchange_api import ForeignExchangeApi
|
|
10
|
+
from cs2cap.api.inventory_api import InventoryApi
|
|
11
|
+
from cs2cap.api.items_api import ItemsApi
|
|
12
|
+
from cs2cap.api.market_intelligence_api import MarketIntelligenceApi
|
|
13
|
+
from cs2cap.api.portfolio_api import PortfolioApi
|
|
14
|
+
from cs2cap.api.prices_api import PricesApi
|
|
15
|
+
from cs2cap.api.providers_api import ProvidersApi
|
|
16
|
+
from cs2cap.api.sales_api import SalesApi
|
|
17
|
+
|