Skip to content

Commit 12f6e6c

Browse files
committed
2 parents de9549f + eeed4bd commit 12f6e6c

31 files changed

Lines changed: 113 additions & 49 deletions

finfeedapi/currencies-api-rest-historical/sdk/csharp/APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Historical.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.FinFeedAPI.CurrenciesAPI.REST.V1.Historical", "src\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Historical\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Historical.csproj", "{390B74C5-639D-48D2-A647-0BB23A85830A}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Historical", "src\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Historical\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Historical.csproj", "{22C0E451-7766-47B3-831B-B92929175277}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Historical.Test", "src\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Historical.Test\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Historical.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-
{390B74C5-639D-48D2-A647-0BB23A85830A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{390B74C5-639D-48D2-A647-0BB23A85830A}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{390B74C5-639D-48D2-A647-0BB23A85830A}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{390B74C5-639D-48D2-A647-0BB23A85830A}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{22C0E451-7766-47B3-831B-B92929175277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{22C0E451-7766-47B3-831B-B92929175277}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{22C0E451-7766-47B3-831B-B92929175277}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{22C0E451-7766-47B3-831B-B92929175277}.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

finfeedapi/currencies-api-rest-historical/sdk/csharp/api/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ paths:
6969
examples:
7070
Example response:
7171
value:
72-
time: 2026-05-29T06:06:28.4356157Z
72+
time: 2026-06-01T06:05:03.5408557Z
7373
asset_id_base: BTC
7474
asset_id_quote: USD
7575
rate: 10000.0
@@ -79,7 +79,7 @@ paths:
7979
examples:
8080
Example response:
8181
value:
82-
time: 2026-05-29T06:06:28.4356157Z
82+
time: 2026-06-01T06:05:03.5408557Z
8383
asset_id_base: BTC
8484
asset_id_quote: USD
8585
rate: 10000.0
@@ -89,7 +89,7 @@ paths:
8989
examples:
9090
Example response:
9191
value:
92-
time: 2026-05-29T06:06:28.4356157Z
92+
time: 2026-06-01T06:05:03.5408557Z
9393
asset_id_base: BTC
9494
asset_id_quote: USD
9595
rate: 10000.0

finfeedapi/currencies-api-rest-historical/sdk/csharp/src/APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Historical/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ outputDir: out
1111

1212
# https://openapi-generator.tech/docs/generators/csharp
1313
additionalProperties:
14-
packageGuid: '{390B74C5-639D-48D2-A647-0BB23A85830A}'
14+
packageGuid: '{22C0E451-7766-47B3-831B-B92929175277}'
1515

1616
# https://openapi-generator.tech/docs/integrations/#github-integration
1717
# gitHost:

finfeedapi/currencies-api-rest-historical/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="f1bf9a34-179f-4a41-bba0-ace5726967c2" 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="43d870ac-d942-4c84-9174-d23bc2c74340" library_target="openapi_eiffel_client">
33
<target name="openapi_eiffel_client">
44
<root all_classes="true"/>
55
<file_rule>

finfeedapi/currencies-api-rest-historical/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="8df2a2bb-795c-41ea-94aa-b2a922199bf7">
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="9df9e058-59cf-4bf9-a1c6-c41ad4ce19c0">
33
<target name="test">
44
<root feature="make" class="APPLICATION"/>
55
<file_rule>

finfeedapi/currencies-api-rest-historical/sdk/go/api/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ paths:
6969
examples:
7070
Example response:
7171
value:
72-
time: 2026-05-29T06:06:28.4356157Z
72+
time: 2026-06-01T06:05:03.5408557Z
7373
asset_id_base: BTC
7474
asset_id_quote: USD
7575
rate: 10000.0
@@ -79,7 +79,7 @@ paths:
7979
examples:
8080
Example response:
8181
value:
82-
time: 2026-05-29T06:06:28.4356157Z
82+
time: 2026-06-01T06:05:03.5408557Z
8383
asset_id_base: BTC
8484
asset_id_quote: USD
8585
rate: 10000.0
@@ -89,7 +89,7 @@ paths:
8989
examples:
9090
Example response:
9191
value:
92-
time: 2026-05-29T06:06:28.4356157Z
92+
time: 2026-06-01T06:05:03.5408557Z
9393
asset_id_base: BTC
9494
asset_id_quote: USD
9595
rate: 10000.0

finfeedapi/currencies-api-rest-historical/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: 2026-05-29T06:07:00.590668932Z[Etc/UTC]
9+
- Build date: 2026-06-01T06:05:41.691784029Z[Etc/UTC]
1010
- Generator version: 7.22.0
1111
- Build package: org.openapitools.codegen.languages.GroovyClientCodegen
1212
For more information, please visit [https://www.finfeedapi.com](https://www.finfeedapi.com)

finfeedapi/currencies-api-rest-historical/sdk/haskell-http-client/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ paths:
6969
examples:
7070
Example response:
7171
value:
72-
time: 2026-05-29T06:06:28.4356157Z
72+
time: 2026-06-01T06:05:03.5408557Z
7373
asset_id_base: BTC
7474
asset_id_quote: USD
7575
rate: 10000.0
@@ -79,7 +79,7 @@ paths:
7979
examples:
8080
Example response:
8181
value:
82-
time: 2026-05-29T06:06:28.4356157Z
82+
time: 2026-06-01T06:05:03.5408557Z
8383
asset_id_base: BTC
8484
asset_id_quote: USD
8585
rate: 10000.0
@@ -89,7 +89,7 @@ paths:
8989
examples:
9090
Example response:
9191
value:
92-
time: 2026-05-29T06:06:28.4356157Z
92+
time: 2026-06-01T06:05:03.5408557Z
9393
asset_id_base: BTC
9494
asset_id_quote: USD
9595
rate: 10000.0

finfeedapi/currencies-api-rest-historical/sdk/java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FinFeedAPI Currencies Historical REST API
44
- API version: v1
5-
- Build date: 2026-05-29T06:07:00.612303999Z[Etc/UTC]
5+
- Build date: 2026-06-01T06:05:41.746029135Z[Etc/UTC]
66
- Generator version: 7.22.0
77

88
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

finfeedapi/currencies-api-rest-historical/sdk/java/api/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ paths:
6969
examples:
7070
Example response:
7171
value:
72-
time: 2026-05-29T06:06:28.4356157Z
72+
time: 2026-06-01T06:05:03.5408557Z
7373
asset_id_base: BTC
7474
asset_id_quote: USD
7575
rate: 10000.0
@@ -79,7 +79,7 @@ paths:
7979
examples:
8080
Example response:
8181
value:
82-
time: 2026-05-29T06:06:28.4356157Z
82+
time: 2026-06-01T06:05:03.5408557Z
8383
asset_id_base: BTC
8484
asset_id_quote: USD
8585
rate: 10000.0
@@ -89,7 +89,7 @@ paths:
8989
examples:
9090
Example response:
9191
value:
92-
time: 2026-05-29T06:06:28.4356157Z
92+
time: 2026-06-01T06:05:03.5408557Z
9393
asset_id_base: BTC
9494
asset_id_quote: USD
9595
rate: 10000.0

0 commit comments

Comments
 (0)