Skip to content

Commit 870e811

Browse files
committed
Auto-generate SDK for FinFeedAPI Currencies API REST Realtime
1 parent c318a49 commit 870e811

File tree

27 files changed

+43
-43
lines changed

27 files changed

+43
-43
lines changed

finfeedapi/currencies-api-rest-realtime/sdk/csharp/APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Realtime.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.Realtime", "src\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Realtime\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Realtime.csproj", "{F22B9CDB-2C72-4BD3-9299-4A48E911667B}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Realtime", "src\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Realtime\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Realtime.csproj", "{82650B5C-0BD5-4C6D-9EE9-CCE50A4A0FEB}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Realtime.Test", "src\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Realtime.Test\APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Realtime.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-
{F22B9CDB-2C72-4BD3-9299-4A48E911667B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{F22B9CDB-2C72-4BD3-9299-4A48E911667B}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{F22B9CDB-2C72-4BD3-9299-4A48E911667B}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{F22B9CDB-2C72-4BD3-9299-4A48E911667B}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{82650B5C-0BD5-4C6D-9EE9-CCE50A4A0FEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{82650B5C-0BD5-4C6D-9EE9-CCE50A4A0FEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{82650B5C-0BD5-4C6D-9EE9-CCE50A4A0FEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{82650B5C-0BD5-4C6D-9EE9-CCE50A4A0FEB}.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-realtime/sdk/csharp/api/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ paths:
611611
examples:
612612
Example response:
613613
value:
614-
time: 2025-06-06T15:00:59.6326305Z
614+
time: 2025-06-06T15:21:05.9573820Z
615615
asset_id_base: BTC
616616
asset_id_quote: USD
617617
rate: 10000.0
@@ -621,7 +621,7 @@ paths:
621621
examples:
622622
Example response:
623623
value:
624-
time: 2025-06-06T15:00:59.6326305Z
624+
time: 2025-06-06T15:21:05.9573820Z
625625
asset_id_base: BTC
626626
asset_id_quote: USD
627627
rate: 10000.0
@@ -631,7 +631,7 @@ paths:
631631
examples:
632632
Example response:
633633
value:
634-
time: 2025-06-06T15:00:59.6326305Z
634+
time: 2025-06-06T15:21:05.9573820Z
635635
asset_id_base: BTC
636636
asset_id_quote: USD
637637
rate: 10000.0
@@ -641,7 +641,7 @@ paths:
641641
examples:
642642
Example response:
643643
value:
644-
time: 2025-06-06T15:00:59.6326305Z
644+
time: 2025-06-06T15:21:05.9573820Z
645645
asset_id_base: BTC
646646
asset_id_quote: USD
647647
rate: 10000.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Authentication schemes defined for the API:
173173
- packageCompany: OpenAPI
174174
- packageCopyright: No Copyright
175175
- packageDescription: A library generated from a OpenAPI doc
176-
- packageGuid: {F22B9CDB-2C72-4BD3-9299-4A48E911667B}
176+
- packageGuid: {82650B5C-0BD5-4C6D-9EE9-CCE50A4A0FEB}
177177
- packageName: APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Realtime
178178
- packageTags:
179179
- packageTitle: OpenAPI Library

finfeedapi/currencies-api-rest-realtime/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="b659db00-7779-480f-a62f-c7422d18fac2" 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="710f735a-dd74-4873-b80a-a42511377389" library_target="openapi_eiffel_client">
33
<target name="openapi_eiffel_client">
44
<root all_classes="true"/>
55
<file_rule>

finfeedapi/currencies-api-rest-realtime/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="122a4bbb-fd6f-498d-9213-c35067340ea4">
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="88499e2c-0a5c-479b-b7f9-147e425d3981">
33
<target name="test">
44
<root feature="make" class="APPLICATION"/>
55
<file_rule>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ paths:
611611
examples:
612612
Example response:
613613
value:
614-
time: 2025-06-06T15:00:59.6326305Z
614+
time: 2025-06-06T15:21:05.9573820Z
615615
asset_id_base: BTC
616616
asset_id_quote: USD
617617
rate: 10000.0
@@ -621,7 +621,7 @@ paths:
621621
examples:
622622
Example response:
623623
value:
624-
time: 2025-06-06T15:00:59.6326305Z
624+
time: 2025-06-06T15:21:05.9573820Z
625625
asset_id_base: BTC
626626
asset_id_quote: USD
627627
rate: 10000.0
@@ -631,7 +631,7 @@ paths:
631631
examples:
632632
Example response:
633633
value:
634-
time: 2025-06-06T15:00:59.6326305Z
634+
time: 2025-06-06T15:21:05.9573820Z
635635
asset_id_base: BTC
636636
asset_id_quote: USD
637637
rate: 10000.0
@@ -641,7 +641,7 @@ paths:
641641
examples:
642642
Example response:
643643
value:
644-
time: 2025-06-06T15:00:59.6326305Z
644+
time: 2025-06-06T15:21:05.9573820Z
645645
asset_id_base: BTC
646646
asset_id_quote: USD
647647
rate: 10000.0

finfeedapi/currencies-api-rest-realtime/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-06T15:01:46.564403648Z[Etc/UTC]
9+
- Build date: 2025-06-06T15:21:53.870496123Z[Etc/UTC]
1010
- Generator version: 7.13.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-realtime/sdk/haskell-http-client/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ paths:
611611
examples:
612612
Example response:
613613
value:
614-
time: 2025-06-06T15:00:59.6326305Z
614+
time: 2025-06-06T15:21:05.9573820Z
615615
asset_id_base: BTC
616616
asset_id_quote: USD
617617
rate: 10000.0
@@ -621,7 +621,7 @@ paths:
621621
examples:
622622
Example response:
623623
value:
624-
time: 2025-06-06T15:00:59.6326305Z
624+
time: 2025-06-06T15:21:05.9573820Z
625625
asset_id_base: BTC
626626
asset_id_quote: USD
627627
rate: 10000.0
@@ -631,7 +631,7 @@ paths:
631631
examples:
632632
Example response:
633633
value:
634-
time: 2025-06-06T15:00:59.6326305Z
634+
time: 2025-06-06T15:21:05.9573820Z
635635
asset_id_base: BTC
636636
asset_id_quote: USD
637637
rate: 10000.0
@@ -641,7 +641,7 @@ paths:
641641
examples:
642642
Example response:
643643
value:
644-
time: 2025-06-06T15:00:59.6326305Z
644+
time: 2025-06-06T15:21:05.9573820Z
645645
asset_id_base: BTC
646646
asset_id_quote: USD
647647
rate: 10000.0

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

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

33
FX Realtime REST API
44
- API version: v1
5-
- Build date: 2025-06-06T15:01:46.592061154Z[Etc/UTC]
5+
- Build date: 2025-06-06T15:21:53.930130117Z[Etc/UTC]
66
- Generator version: 7.13.0
77

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ paths:
626626
examples:
627627
Example response:
628628
value:
629-
time: 2025-06-06T15:00:59.6326305Z
629+
time: 2025-06-06T15:21:05.9573820Z
630630
asset_id_base: BTC
631631
asset_id_quote: USD
632632
rate: 10000.0
@@ -636,7 +636,7 @@ paths:
636636
examples:
637637
Example response:
638638
value:
639-
time: 2025-06-06T15:00:59.6326305Z
639+
time: 2025-06-06T15:21:05.9573820Z
640640
asset_id_base: BTC
641641
asset_id_quote: USD
642642
rate: 10000.0
@@ -646,7 +646,7 @@ paths:
646646
examples:
647647
Example response:
648648
value:
649-
time: 2025-06-06T15:00:59.6326305Z
649+
time: 2025-06-06T15:21:05.9573820Z
650650
asset_id_base: BTC
651651
asset_id_quote: USD
652652
rate: 10000.0
@@ -656,7 +656,7 @@ paths:
656656
examples:
657657
Example response:
658658
value:
659-
time: 2025-06-06T15:00:59.6326305Z
659+
time: 2025-06-06T15:21:05.9573820Z
660660
asset_id_base: BTC
661661
asset_id_quote: USD
662662
rate: 10000.0

0 commit comments

Comments
 (0)