Skip to content

Commit cdf16e5

Browse files
committed
Auto-generate SDK for CoinAPI Indexes API REST Historical
1 parent e63a751 commit cdf16e5

File tree

692 files changed

+5466
-3148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

692 files changed

+5466
-3148
lines changed

coinapi/indexes-api-rest/sdk/ada/defaultpackage.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Indexes REST API
1+
-- CoinAPI Indexes REST API
22
-- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
33
-- The version of the OpenAPI document: 1.0.0
44
--

coinapi/indexes-api-rest/sdk/ada/src/-client.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- ------------ EDIT NOTE ------------
2-
-- Indexes REST API
2+
-- CoinAPI Indexes REST API
33
-- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
-- This file was generated with openapi-generator. You can modify it to implement
55
-- the client. After you modify this file, you should add the following line

coinapi/indexes-api-rest/sdk/ada/src/.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Indexes REST API
1+
-- CoinAPI Indexes REST API
22
-- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
33
-- ------------ EDIT NOTE ------------
44
-- This file was generated with openapi-generator. You can modify it to implement

coinapi/indexes-api-rest/sdk/ada/src/client/-clients.adb

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Indexes REST API
1+
-- CoinAPI Indexes REST API
22
-- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
33
--
44
-- The version of the OpenAPI document: v1
@@ -239,10 +239,10 @@ package body .Clients is
239239
end Api_Metadata_Exchanges_Exchange_Id_Get;
240240

241241
-- List all exchanges
242-
-- Get a detailed list of exchanges provided by the system.
243-
--
244-
-- :::info
245-
-- Properties of the output are providing aggregated information from across all symbols related to the specific exchange. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.
242+
-- Get a detailed list of exchanges provided by the system.
243+
--
244+
-- :::info
245+
-- Properties of the output are providing aggregated information from across all symbols related to the specific exchange. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.
246246
-- :::
247247
procedure Api_Metadata_Exchanges_Get
248248
(Client : in out Client_Type;
@@ -261,21 +261,21 @@ package body .Clients is
261261
end Api_Metadata_Exchanges_Get;
262262

263263
-- List all periods
264-
-- Get full list of supported time periods
265-
--
266-
-- ### Available periods
267-
--
268-
-- Time unit | Period identifiers
269-
-- --------- | -----------
270-
-- Second | 1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC
271-
-- Minute | 1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN
272-
-- Hour | 1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS
273-
-- Day | 1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY
274-
-- Month | 1MTH, 2MTH, 3MTH, 4MTH, 6MTH
275-
-- Year | 1YRS, 2YRS, 3YRS, 4YRS, 5YRS
276-
--
277-
-- :::tip
278-
-- You can assume that we will not remove any periods from this response, however, we may add new ones.
264+
-- Get full list of supported time periods
265+
--
266+
-- ### Available periods
267+
--
268+
-- Time unit | Period identifiers
269+
-- --------- | -----------
270+
-- Second | 1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC
271+
-- Minute | 1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN
272+
-- Hour | 1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS
273+
-- Day | 1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY
274+
-- Month | 1MTH, 2MTH, 3MTH, 4MTH, 6MTH
275+
-- Year | 1YRS, 2YRS, 3YRS, 4YRS, 5YRS
276+
--
277+
-- :::tip
278+
-- You can assume that we will not remove any periods from this response, however, we may add new ones.
279279
-- :::
280280
procedure V_1Metadata_Periods_Get
281281
(Client : in out Client_Type;

coinapi/indexes-api-rest/sdk/ada/src/client/-clients.ads

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Indexes REST API
1+
-- CoinAPI Indexes REST API
22
-- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
33
--
44
-- The version of the OpenAPI document: v1
@@ -93,32 +93,32 @@ package .Clients is
9393
Result : out .Models.MetadataExchange_Type_Vectors.Vector);
9494

9595
-- List all exchanges
96-
-- Get a detailed list of exchanges provided by the system.
97-
--
98-
-- :::info
99-
-- Properties of the output are providing aggregated information from across all symbols related to the specific exchange. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.
96+
-- Get a detailed list of exchanges provided by the system.
97+
--
98+
-- :::info
99+
-- Properties of the output are providing aggregated information from across all symbols related to the specific exchange. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.
100100
-- :::
101101
procedure Api_Metadata_Exchanges_Get
102102
(Client : in out Client_Type;
103103
Filter_Exchange_Id : in Swagger.Nullable_UString;
104104
Result : out .Models.MetadataExchange_Type_Vectors.Vector);
105105

106106
-- List all periods
107-
-- Get full list of supported time periods
108-
--
109-
-- ### Available periods
110-
--
111-
-- Time unit | Period identifiers
112-
-- --------- | -----------
113-
-- Second | 1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC
114-
-- Minute | 1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN
115-
-- Hour | 1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS
116-
-- Day | 1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY
117-
-- Month | 1MTH, 2MTH, 3MTH, 4MTH, 6MTH
118-
-- Year | 1YRS, 2YRS, 3YRS, 4YRS, 5YRS
119-
--
120-
-- :::tip
121-
-- You can assume that we will not remove any periods from this response, however, we may add new ones.
107+
-- Get full list of supported time periods
108+
--
109+
-- ### Available periods
110+
--
111+
-- Time unit | Period identifiers
112+
-- --------- | -----------
113+
-- Second | 1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC
114+
-- Minute | 1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN
115+
-- Hour | 1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS
116+
-- Day | 1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY
117+
-- Month | 1MTH, 2MTH, 3MTH, 4MTH, 6MTH
118+
-- Year | 1YRS, 2YRS, 3YRS, 4YRS, 5YRS
119+
--
120+
-- :::tip
121+
-- You can assume that we will not remove any periods from this response, however, we may add new ones.
122122
-- :::
123123
procedure V_1Metadata_Periods_Get
124124
(Client : in out Client_Type;

coinapi/indexes-api-rest/sdk/ada/src/model/-models.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Indexes REST API
1+
-- CoinAPI Indexes REST API
22
-- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
33
--
44
-- The version of the OpenAPI document: v1

coinapi/indexes-api-rest/sdk/ada/src/model/-models.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Indexes REST API
1+
-- CoinAPI Indexes REST API
22
-- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
33
--
44
-- The version of the OpenAPI document: v1

coinapi/indexes-api-rest/sdk/android/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,18 @@ Class | Method | HTTP request | Description
114114
## Documentation for Authorization
115115

116116
Authentication schemes defined for the API:
117-
### ApiKey
117+
### APIKey
118118

119119
- **Type**: API key
120120

121-
- **API key parameter name**: X-CoinAPI-Key
121+
- **API key parameter name**: Authorization
122+
- **Location**: HTTP header
123+
124+
### JWT
125+
126+
- **Type**: API key
127+
128+
- **API key parameter name**: Authorization
122129
- **Location**: HTTP header
123130

124131

coinapi/indexes-api-rest/sdk/android/docs/IndexesApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Name | Type | Description | Notes
5353

5454
### Authorization
5555

56-
[ApiKey](../README.md#ApiKey)
56+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
5757

5858
### HTTP request headers
5959

@@ -107,7 +107,7 @@ Name | Type | Description | Notes
107107

108108
### Authorization
109109

110-
[ApiKey](../README.md#ApiKey)
110+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
111111

112112
### HTTP request headers
113113

@@ -147,7 +147,7 @@ This endpoint does not need any parameter.
147147

148148
### Authorization
149149

150-
[ApiKey](../README.md#ApiKey)
150+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
151151

152152
### HTTP request headers
153153

@@ -191,7 +191,7 @@ Name | Type | Description | Notes
191191

192192
### Authorization
193193

194-
[ApiKey](../README.md#ApiKey)
194+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
195195

196196
### HTTP request headers
197197

@@ -231,7 +231,7 @@ This endpoint does not need any parameter.
231231

232232
### Authorization
233233

234-
[ApiKey](../README.md#ApiKey)
234+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
235235

236236
### HTTP request headers
237237

@@ -275,7 +275,7 @@ Name | Type | Description | Notes
275275

276276
### Authorization
277277

278-
[ApiKey](../README.md#ApiKey)
278+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
279279

280280
### HTTP request headers
281281

@@ -321,7 +321,7 @@ Name | Type | Description | Notes
321321

322322
### Authorization
323323

324-
[ApiKey](../README.md#ApiKey)
324+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
325325

326326
### HTTP request headers
327327

@@ -365,7 +365,7 @@ Name | Type | Description | Notes
365365

366366
### Authorization
367367

368-
[ApiKey](../README.md#ApiKey)
368+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
369369

370370
### HTTP request headers
371371

@@ -415,7 +415,7 @@ Name | Type | Description | Notes
415415

416416
### Authorization
417417

418-
[ApiKey](../README.md#ApiKey)
418+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
419419

420420
### HTTP request headers
421421

@@ -467,7 +467,7 @@ Name | Type | Description | Notes
467467

468468
### Authorization
469469

470-
[ApiKey](../README.md#ApiKey)
470+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
471471

472472
### HTTP request headers
473473

coinapi/indexes-api-rest/sdk/android/docs/MetadataApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Name | Type | Description | Notes
4545

4646
### Authorization
4747

48-
[ApiKey](../README.md#ApiKey)
48+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
4949

5050
### HTTP request headers
5151

@@ -59,7 +59,7 @@ Name | Type | Description | Notes
5959
6060
List all exchanges
6161

62-
Get a detailed list of exchanges provided by the system. :::info Properties of the output are providing aggregated information from across all symbols related to the specific exchange. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source. :::
62+
Get a detailed list of exchanges provided by the system. :::info Properties of the output are providing aggregated information from across all symbols related to the specific exchange. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source. :::
6363

6464
### Example
6565

@@ -91,7 +91,7 @@ Name | Type | Description | Notes
9191

9292
### Authorization
9393

94-
[ApiKey](../README.md#ApiKey)
94+
[APIKey](../README.md#APIKey), [JWT](../README.md#JWT)
9595

9696
### HTTP request headers
9797

0 commit comments

Comments
 (0)