You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: coinapi/indexes-api-rest/sdk/ada/src/client/-clients.adb
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
-- Indexes REST API
1
+
--CoinAPI Indexes REST API
2
2
-- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
3
--
4
4
-- The version of the OpenAPI document: v1
@@ -239,10 +239,10 @@ package body .Clients is
239
239
endApi_Metadata_Exchanges_Exchange_Id_Get;
240
240
241
241
-- 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.
Copy file name to clipboardExpand all lines: coinapi/indexes-api-rest/sdk/ada/src/client/-clients.ads
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
-- Indexes REST API
1
+
--CoinAPI Indexes REST API
2
2
-- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
3
--
4
4
-- The version of the OpenAPI document: v1
@@ -93,32 +93,32 @@ package .Clients is
93
93
Result : out .Models.MetadataExchange_Type_Vectors.Vector);
94
94
95
95
-- 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.
100
100
-- :::
101
101
procedureApi_Metadata_Exchanges_Get
102
102
(Client : inout Client_Type;
103
103
Filter_Exchange_Id : in Swagger.Nullable_UString;
104
104
Result : out .Models.MetadataExchange_Type_Vectors.Vector);
@@ -59,7 +59,7 @@ Name | Type | Description | Notes
59
59
60
60
List all exchanges
61
61
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. :::
63
63
64
64
### Example
65
65
@@ -91,7 +91,7 @@ Name | Type | Description | Notes
0 commit comments