Skip to content

Commit 391d7cf

Browse files
author
GitLab CI
committed
Transferred OpenAPI specs from GitLab to GitHub
1 parent cdba09d commit 391d7cf

6 files changed

+14
-31
lines changed

openapi/analyst-reports-raw-text-api_api.spec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

openapi/data-api-proxy_api.spec.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
openapi: 3.0.0
22
info:
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
@@ -1106,8 +1107,6 @@ components:
11061107
type: object
11071108
bzhttp.ErrorCode:
11081109
enum:
1109-
- unsupported_message_type
1110-
- database_query_error
11111110
- json_unmarshaling_error
11121111
- no_data_found
11131112
- no_matching_endpoint
@@ -1119,10 +1118,10 @@ components:
11191118
- failed_dependency
11201119
- service_unavailable
11211120
- upstream_api_error
1121+
- unsupported_message_type
1122+
- database_query_error
11221123
type: string
11231124
x-enum-varnames:
1124-
- ErrorUnsupportedMessageType
1125-
- ErrorDBQueryError
11261125
- ErrorJSONUnmarshaling
11271126
- ErrorNoDataFound
11281127
- ErrorNoMatchingEndpoint
@@ -1134,6 +1133,8 @@ components:
11341133
- ErrorFailedDependency
11351134
- ErrorServiceUnavailable
11361135
- ErrorUpstreamAPIError
1136+
- ErrorUnsupportedMessageType
1137+
- ErrorDBQueryError
11371138
bzhttp.Resp:
11381139
properties:
11391140
data:
@@ -1146,6 +1147,3 @@ components:
11461147
ok:
11471148
type: boolean
11481149
type: object
1149-
servers:
1150-
- url: https://api.benzinga.com
1151-
description: Default

openapi/earnings-call-transcripts-api_api.spec.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
openapi: 3.0.0
22
info:
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
@@ -225,6 +226,3 @@ components:
225226
transcript:
226227
type: string
227228
type: object
228-
servers:
229-
- url: https://api.benzinga.com
230-
description: Default

openapi/logo-api_api.spec.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

openapi/newsquantified-api_api.spec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,3 @@ components:
337337
prevDay%:
338338
type: string
339339
type: object
340-
servers:
341-
- url: https://api.benzinga.com
342-
description: Default

openapi/ticker-trends-api_api.spec.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
openapi: 3.0.0
22
info:
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,8 +147,6 @@ components:
146147
type: object
147148
bzhttp.ErrorCode:
148149
enum:
149-
- unsupported_message_type
150-
- database_query_error
151150
- json_unmarshaling_error
152151
- no_data_found
153152
- no_matching_endpoint
@@ -159,10 +158,10 @@ components:
159158
- failed_dependency
160159
- service_unavailable
161160
- upstream_api_error
161+
- unsupported_message_type
162+
- database_query_error
162163
type: string
163164
x-enum-varnames:
164-
- ErrorUnsupportedMessageType
165-
- ErrorDBQueryError
166165
- ErrorJSONUnmarshaling
167166
- ErrorNoDataFound
168167
- ErrorNoMatchingEndpoint
@@ -174,6 +173,8 @@ components:
174173
- ErrorFailedDependency
175174
- ErrorServiceUnavailable
176175
- ErrorUpstreamAPIError
176+
- ErrorUnsupportedMessageType
177+
- 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

0 commit comments

Comments
 (0)