File tree Expand file tree Collapse file tree 6 files changed +18
-35
lines changed
Expand file tree Collapse file tree 6 files changed +18
-35
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,3 @@ components:
7575 ticker :
7676 type : string
7777 type : object
78- servers :
79- - url : https://api.benzinga.com
80- description : Default
Original file line number Diff line number Diff line change 11openapi : 3.0.0
22info :
33 contact : {}
4- description : This REST API provides endpoints to search for fundamentals and get fundamental details.
4+ description : This REST API provides endpoints to search for fundamentals and get
5+ fundamental details.
56 termsOfService : http://swagger.io/terms/
67 title : Data API Proxy
78 version : 2.0.0
@@ -1146,6 +1147,3 @@ components:
11461147 ok :
11471148 type : boolean
11481149 type : object
1149- servers :
1150- - url : https://api.benzinga.com
1151- description : Default
Original file line number Diff line number Diff line change 11openapi : 3.0.0
22info :
33 contact : {}
4- description : This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details.
4+ description : This REST API provides endpoints to search for earnings call
5+ transcripts and get earnings call transcript details.
56 termsOfService : http://swagger.io/terms/
67 title : Earnings Call Transcripts API
78 version : 1.0.0
@@ -235,6 +236,3 @@ components:
235236 transcript :
236237 type : string
237238 type : object
238- servers :
239- - url : https://api.benzinga.com
240- description : Default
Original file line number Diff line number Diff line change @@ -179,6 +179,8 @@ components:
179179 type : object
180180 bzhttp.ErrorCode :
181181 enum :
182+ - unsupported_message_type
183+ - database_query_error
182184 - json_unmarshaling_error
183185 - no_data_found
184186 - no_matching_endpoint
@@ -190,10 +192,10 @@ components:
190192 - failed_dependency
191193 - service_unavailable
192194 - upstream_api_error
193- - unsupported_message_type
194- - database_query_error
195195 type : string
196196 x-enum-varnames :
197+ - ErrorUnsupportedMessageType
198+ - ErrorDBQueryError
197199 - ErrorJSONUnmarshaling
198200 - ErrorNoDataFound
199201 - ErrorNoMatchingEndpoint
@@ -205,8 +207,6 @@ components:
205207 - ErrorFailedDependency
206208 - ErrorServiceUnavailable
207209 - ErrorUpstreamAPIError
208- - ErrorUnsupportedMessageType
209- - ErrorDBQueryError
210210 bzhttp.Resp :
211211 properties :
212212 data :
@@ -284,8 +284,3 @@ components:
284284 mark_vector_light :
285285 type : string
286286 type : object
287- servers :
288- - url : https://api.benzinga.com/api/v2
289- description : V2
290- - url : https://api.benzinga.com/api/v2.1
291- description : V2.1
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ components:
102102 type : object
103103 bzhttp.ErrorCode :
104104 enum :
105+ - unsupported_message_type
106+ - database_query_error
105107 - json_unmarshaling_error
106108 - no_data_found
107109 - no_matching_endpoint
@@ -113,10 +115,10 @@ components:
113115 - failed_dependency
114116 - service_unavailable
115117 - upstream_api_error
116- - unsupported_message_type
117- - database_query_error
118118 type : string
119119 x-enum-varnames :
120+ - ErrorUnsupportedMessageType
121+ - ErrorDBQueryError
120122 - ErrorJSONUnmarshaling
121123 - ErrorNoDataFound
122124 - ErrorNoMatchingEndpoint
@@ -128,8 +130,6 @@ components:
128130 - ErrorFailedDependency
129131 - ErrorServiceUnavailable
130132 - ErrorUpstreamAPIError
131- - ErrorUnsupportedMessageType
132- - ErrorDBQueryError
133133 bzhttp.Resp :
134134 properties :
135135 data :
@@ -337,6 +337,3 @@ components:
337337 prevDay% :
338338 type : string
339339 type : object
340- servers :
341- - url : https://api.benzinga.com
342- description : Default
Original file line number Diff line number Diff line change 11openapi : 3.0.0
22info :
33 contact : {}
4- description : This REST API provides endpoints to search for trending tickers and get ticker details.
4+ description : This REST API provides endpoints to search for trending tickers and
5+ get ticker details.
56 termsOfService : http://swagger.io/terms/
67 title : TickerTrends API
78 version : 2.1.0
@@ -146,6 +147,8 @@ components:
146147 type : object
147148 bzhttp.ErrorCode :
148149 enum :
150+ - unsupported_message_type
151+ - database_query_error
149152 - json_unmarshaling_error
150153 - no_data_found
151154 - no_matching_endpoint
@@ -157,10 +160,10 @@ components:
157160 - failed_dependency
158161 - service_unavailable
159162 - upstream_api_error
160- - unsupported_message_type
161- - database_query_error
162163 type : string
163164 x-enum-varnames :
165+ - ErrorUnsupportedMessageType
166+ - ErrorDBQueryError
164167 - ErrorJSONUnmarshaling
165168 - ErrorNoDataFound
166169 - ErrorNoMatchingEndpoint
@@ -172,8 +175,6 @@ components:
172175 - ErrorFailedDependency
173176 - ErrorServiceUnavailable
174177 - ErrorUpstreamAPIError
175- - ErrorUnsupportedMessageType
176- - ErrorDBQueryError
177178 bzhttp.Resp :
178179 properties :
179180 data :
@@ -248,6 +249,3 @@ components:
248249 security :
249250 $ref : " #/components/schemas/httpapi.security"
250251 type : object
251- servers :
252- - url : https://api.benzinga.com
253- description : Default
You can’t perform that action at this time.
0 commit comments