1
- # coding: utf-8
2
-
3
- # flake8: noqa
4
-
5
- """
6
- Polygon API
7
-
8
- The future of fintech. # noqa: E501
9
-
10
- OpenAPI spec version: 1.0.1
11
-
12
- Generated by: https://github.com/swagger-api/swagger-codegen.git
13
- """
14
-
15
- from __future__ import absolute_import
16
-
17
- # import apis into sdk package
18
- from polygon .rest .api import CryptoApi
19
- from polygon .rest .api import ForexCurrenciesApi
20
- from polygon .rest .api import ReferenceApi
21
- from polygon .rest .api import StocksEquitiesApi
22
- # import ApiClient
23
- from polygon .rest .api_client import ApiClient
24
- from polygon .rest .configuration import Configuration
25
- # import models into sdk package
26
- from polygon .rest .models import AggResponse
27
- from polygon .rest .models import Aggregate
28
- from polygon .rest .models import Aggv2
29
- from polygon .rest .models import AnalystRatings
30
- from polygon .rest .models import Company
31
- from polygon .rest .models import ConditionTypeMap
32
- from polygon .rest .models import Conflict
33
- from polygon .rest .models import CryptoExchange
34
- from polygon .rest .models import CryptoSnapshotAgg
35
- from polygon .rest .models import CryptoSnapshotBookItem
36
- from polygon .rest .models import CryptoSnapshotTicker
37
- from polygon .rest .models import CryptoSnapshotTickerBook
38
- from polygon .rest .models import CryptoTick
39
- from polygon .rest .models import CryptoTickJson
40
- from polygon .rest .models import Dividend
41
- from polygon .rest .models import Earning
42
- from polygon .rest .models import Error
43
- from polygon .rest .models import Exchange
44
- from polygon .rest .models import Financial
45
- from polygon .rest .models import Financials
46
- from polygon .rest .models import Forex
47
- from polygon .rest .models import ForexAggregate
48
- from polygon .rest .models import ForexSnapshotAgg
49
- from polygon .rest .models import ForexSnapshotTicker
50
- from polygon .rest .models import HistTrade
51
- from polygon .rest .models import LastForexQuote
52
- from polygon .rest .models import LastForexTrade
53
- from polygon .rest .models import LastQuote
54
- from polygon .rest .models import LastTrade
55
- from polygon .rest .models import MarketHoliday
56
- from polygon .rest .models import MarketStatus
57
- from polygon .rest .models import News
58
- from polygon .rest .models import NotFound
59
- from polygon .rest .models import Quote
60
- from polygon .rest .models import RatingSection
61
- from polygon .rest .models import Split
62
- from polygon .rest .models import StockSymbol
63
- from polygon .rest .models import StocksSnapshotAgg
64
- from polygon .rest .models import StocksSnapshotBookItem
65
- from polygon .rest .models import StocksSnapshotQuote
66
- from polygon .rest .models import StocksSnapshotTicker
67
- from polygon .rest .models import StocksSnapshotTickerBook
68
- from polygon .rest .models import StocksV2NBBO
69
- from polygon .rest .models import StocksV2Trade
70
- from polygon .rest .models import Symbol
71
- from polygon .rest .models import SymbolTypeMap
72
- from polygon .rest .models import Ticker
73
- from polygon .rest .models import TickerSymbol
74
- from polygon .rest .models import Trade
75
- from polygon .rest .models import Unauthorized
1
+ from .rest_client import RESTClient
0 commit comments