Skip to content

Commit c915c84

Browse files
committed
2 parents 3e30b7c + 591bd35 commit c915c84

Some content is hidden

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

53 files changed

+79
-79
lines changed

coinapi/exchange-rates-api-rest-historical/spec/openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
"examples": {
639639
"Example response": {
640640
"value": {
641-
"time": "2025-06-16T06:07:14.3334354Z",
641+
"time": "2025-06-16T09:32:30.2863966Z",
642642
"asset_id_base": "BTC",
643643
"asset_id_quote": "USD",
644644
"rate": 10000.0
@@ -653,7 +653,7 @@
653653
"examples": {
654654
"Example response": {
655655
"value": {
656-
"time": "2025-06-16T06:07:14.3334354Z",
656+
"time": "2025-06-16T09:32:30.2863966Z",
657657
"asset_id_base": "BTC",
658658
"asset_id_quote": "USD",
659659
"rate": 10000.0
@@ -668,7 +668,7 @@
668668
"examples": {
669669
"Example response": {
670670
"value": {
671-
"time": "2025-06-16T06:07:14.3334354Z",
671+
"time": "2025-06-16T09:32:30.2863966Z",
672672
"asset_id_base": "BTC",
673673
"asset_id_quote": "USD",
674674
"rate": 10000.0

coinapi/exchange-rates-api-rest-historical/spec/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ paths:
544544
examples:
545545
Example response:
546546
value: {
547-
"time": "2025-06-16T06:07:14.4258039Z",
547+
"time": "2025-06-16T09:32:30.4503492Z",
548548
"asset_id_base": "BTC",
549549
"asset_id_quote": "USD",
550550
"rate": 10000.0
@@ -555,7 +555,7 @@ paths:
555555
examples:
556556
Example response:
557557
value: {
558-
"time": "2025-06-16T06:07:14.4258039Z",
558+
"time": "2025-06-16T09:32:30.4503492Z",
559559
"asset_id_base": "BTC",
560560
"asset_id_quote": "USD",
561561
"rate": 10000.0
@@ -566,7 +566,7 @@ paths:
566566
examples:
567567
Example response:
568568
value: {
569-
"time": "2025-06-16T06:07:14.4258039Z",
569+
"time": "2025-06-16T09:32:30.4503492Z",
570570
"asset_id_base": "BTC",
571571
"asset_id_quote": "USD",
572572
"rate": 10000.0

coinapi/market-data-api-rest/sdk/csharp/APIBricks.CoinAPI.MarketDataAPI.REST.V1.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIBricks.CoinAPI.MarketDataAPI.REST.V1", "src\APIBricks.CoinAPI.MarketDataAPI.REST.V1\APIBricks.CoinAPI.MarketDataAPI.REST.V1.csproj", "{278DF58E-75E6-4AA8-B3AA-C9991EB72977}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIBricks.CoinAPI.MarketDataAPI.REST.V1", "src\APIBricks.CoinAPI.MarketDataAPI.REST.V1\APIBricks.CoinAPI.MarketDataAPI.REST.V1.csproj", "{23800B2D-8B57-4B64-B2A6-CF017243ACEA}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIBricks.CoinAPI.MarketDataAPI.REST.V1.Test", "src\APIBricks.CoinAPI.MarketDataAPI.REST.V1.Test\APIBricks.CoinAPI.MarketDataAPI.REST.V1.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{278DF58E-75E6-4AA8-B3AA-C9991EB72977}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{278DF58E-75E6-4AA8-B3AA-C9991EB72977}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{278DF58E-75E6-4AA8-B3AA-C9991EB72977}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{278DF58E-75E6-4AA8-B3AA-C9991EB72977}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{23800B2D-8B57-4B64-B2A6-CF017243ACEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{23800B2D-8B57-4B64-B2A6-CF017243ACEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{23800B2D-8B57-4B64-B2A6-CF017243ACEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{23800B2D-8B57-4B64-B2A6-CF017243ACEA}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

coinapi/market-data-api-rest/sdk/csharp/api/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ paths:
841841
examples:
842842
Example response:
843843
value:
844-
time: 2025-06-16T06:04:14.7461939Z
844+
time: 2025-06-16T09:29:00.3053543Z
845845
asset_id_base: BTC
846846
asset_id_quote: USD
847847
rate: 10000.0
@@ -851,7 +851,7 @@ paths:
851851
examples:
852852
Example response:
853853
value:
854-
time: 2025-06-16T06:04:14.7461939Z
854+
time: 2025-06-16T09:29:00.3053543Z
855855
asset_id_base: BTC
856856
asset_id_quote: USD
857857
rate: 10000.0
@@ -861,7 +861,7 @@ paths:
861861
examples:
862862
Example response:
863863
value:
864-
time: 2025-06-16T06:04:14.7461939Z
864+
time: 2025-06-16T09:29:00.3053543Z
865865
asset_id_base: BTC
866866
asset_id_quote: USD
867867
rate: 10000.0
@@ -871,7 +871,7 @@ paths:
871871
examples:
872872
Example response:
873873
value:
874-
time: 2025-06-16T06:04:14.7461939Z
874+
time: 2025-06-16T09:29:00.3053543Z
875875
asset_id_base: BTC
876876
asset_id_quote: USD
877877
rate: 10000.0

coinapi/market-data-api-rest/sdk/csharp/src/APIBricks.CoinAPI.MarketDataAPI.REST.V1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Authentication schemes defined for the API:
178178
- packageCompany: OpenAPI
179179
- packageCopyright: No Copyright
180180
- packageDescription: A library generated from a OpenAPI doc
181-
- packageGuid: {278DF58E-75E6-4AA8-B3AA-C9991EB72977}
181+
- packageGuid: {23800B2D-8B57-4B64-B2A6-CF017243ACEA}
182182
- packageName: APIBricks.CoinAPI.MarketDataAPI.REST.V1
183183
- packageTags:
184184
- packageTitle: OpenAPI Library

coinapi/market-data-api-rest/sdk/eiffel/api_client.ecf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
2-
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="openapi_eiffel_client" uuid="6eb72123-2d43-4f20-bbcb-c4b9b51e5992" library_target="openapi_eiffel_client">
2+
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="openapi_eiffel_client" uuid="220a2658-89ba-430e-bb78-a0afded23d33" library_target="openapi_eiffel_client">
33
<target name="openapi_eiffel_client">
44
<root all_classes="true"/>
55
<file_rule>

coinapi/market-data-api-rest/sdk/eiffel/test/api_test.ecf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
2-
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="test" uuid="0cad2cbd-5a7e-4436-a506-2dd3c2f3cf66">
2+
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="test" uuid="143ccd6c-8309-4483-b2ae-48c407a4071f">
33
<target name="test">
44
<root feature="make" class="APPLICATION"/>
55
<file_rule>

coinapi/market-data-api-rest/sdk/go/api/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ paths:
841841
examples:
842842
Example response:
843843
value:
844-
time: 2025-06-16T06:04:14.7461939Z
844+
time: 2025-06-16T09:29:00.3053543Z
845845
asset_id_base: BTC
846846
asset_id_quote: USD
847847
rate: 10000.0
@@ -851,7 +851,7 @@ paths:
851851
examples:
852852
Example response:
853853
value:
854-
time: 2025-06-16T06:04:14.7461939Z
854+
time: 2025-06-16T09:29:00.3053543Z
855855
asset_id_base: BTC
856856
asset_id_quote: USD
857857
rate: 10000.0
@@ -861,7 +861,7 @@ paths:
861861
examples:
862862
Example response:
863863
value:
864-
time: 2025-06-16T06:04:14.7461939Z
864+
time: 2025-06-16T09:29:00.3053543Z
865865
asset_id_base: BTC
866866
asset_id_quote: USD
867867
rate: 10000.0
@@ -871,7 +871,7 @@ paths:
871871
examples:
872872
Example response:
873873
value:
874-
time: 2025-06-16T06:04:14.7461939Z
874+
time: 2025-06-16T09:29:00.3053543Z
875875
asset_id_base: BTC
876876
asset_id_quote: USD
877877
rate: 10000.0

coinapi/market-data-api-rest/sdk/groovy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This Groovy package, using the [http-builder-ng library](https://http-builder-ng
66

77
- API version: v1
88
- Package version: v1
9-
- Build date: 2025-06-16T06:05:13.948732939Z[Etc/UTC]
9+
- Build date: 2025-06-16T09:33:10.391683404Z[Etc/UTC]
1010
- Generator version: 7.13.0
1111
- Build package: org.openapitools.codegen.languages.GroovyClientCodegen
1212
For more information, please visit [https://www.coinapi.io](https://www.coinapi.io)

coinapi/market-data-api-rest/sdk/haskell-http-client/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ paths:
841841
examples:
842842
Example response:
843843
value:
844-
time: 2025-06-16T06:04:14.7461939Z
844+
time: 2025-06-16T09:29:00.3053543Z
845845
asset_id_base: BTC
846846
asset_id_quote: USD
847847
rate: 10000.0
@@ -851,7 +851,7 @@ paths:
851851
examples:
852852
Example response:
853853
value:
854-
time: 2025-06-16T06:04:14.7461939Z
854+
time: 2025-06-16T09:29:00.3053543Z
855855
asset_id_base: BTC
856856
asset_id_quote: USD
857857
rate: 10000.0
@@ -861,7 +861,7 @@ paths:
861861
examples:
862862
Example response:
863863
value:
864-
time: 2025-06-16T06:04:14.7461939Z
864+
time: 2025-06-16T09:29:00.3053543Z
865865
asset_id_base: BTC
866866
asset_id_quote: USD
867867
rate: 10000.0
@@ -871,7 +871,7 @@ paths:
871871
examples:
872872
Example response:
873873
value:
874-
time: 2025-06-16T06:04:14.7461939Z
874+
time: 2025-06-16T09:29:00.3053543Z
875875
asset_id_base: BTC
876876
asset_id_quote: USD
877877
rate: 10000.0

0 commit comments

Comments
 (0)