Skip to content

Commit 4f485de

Browse files
committed
Auto-generate SDK for FinFeedAPI Currencies API REST Realtime
1 parent e65e1d1 commit 4f485de

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", "{2ADB2F10-3BD7-4E4C-8A2B-0BC756E7C896}"
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", "{50892F76-7F26-4FAE-9376-FF81D5725B0B}"
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-
{2ADB2F10-3BD7-4E4C-8A2B-0BC756E7C896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{2ADB2F10-3BD7-4E4C-8A2B-0BC756E7C896}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{2ADB2F10-3BD7-4E4C-8A2B-0BC756E7C896}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{2ADB2F10-3BD7-4E4C-8A2B-0BC756E7C896}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{50892F76-7F26-4FAE-9376-FF81D5725B0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{50892F76-7F26-4FAE-9376-FF81D5725B0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{50892F76-7F26-4FAE-9376-FF81D5725B0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{50892F76-7F26-4FAE-9376-FF81D5725B0B}.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
@@ -612,7 +612,7 @@ paths:
612612
examples:
613613
Example response:
614614
value:
615-
time: 2025-06-13T06:14:41.5686393Z
615+
time: 2025-06-16T06:12:12.3188926Z
616616
asset_id_base: BTC
617617
asset_id_quote: USD
618618
rate: 10000.0
@@ -622,7 +622,7 @@ paths:
622622
examples:
623623
Example response:
624624
value:
625-
time: 2025-06-13T06:14:41.5686393Z
625+
time: 2025-06-16T06:12:12.3188926Z
626626
asset_id_base: BTC
627627
asset_id_quote: USD
628628
rate: 10000.0
@@ -632,7 +632,7 @@ paths:
632632
examples:
633633
Example response:
634634
value:
635-
time: 2025-06-13T06:14:41.5686393Z
635+
time: 2025-06-16T06:12:12.3188926Z
636636
asset_id_base: BTC
637637
asset_id_quote: USD
638638
rate: 10000.0
@@ -642,7 +642,7 @@ paths:
642642
examples:
643643
Example response:
644644
value:
645-
time: 2025-06-13T06:14:41.5686393Z
645+
time: 2025-06-16T06:12:12.3188926Z
646646
asset_id_base: BTC
647647
asset_id_quote: USD
648648
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
@@ -180,7 +180,7 @@ Authentication schemes defined for the API:
180180
- packageCompany: OpenAPI
181181
- packageCopyright: No Copyright
182182
- packageDescription: A library generated from a OpenAPI doc
183-
- packageGuid: {2ADB2F10-3BD7-4E4C-8A2B-0BC756E7C896}
183+
- packageGuid: {50892F76-7F26-4FAE-9376-FF81D5725B0B}
184184
- packageName: APIBricks.FinFeedAPI.CurrenciesAPI.REST.V1.Realtime
185185
- packageTags:
186186
- 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="2e46be9e-e470-4df7-9161-75125339cce5" 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="a0561669-2878-4e98-a215-8f5f84c12972" 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="4abbba4b-7826-44d4-acc9-5d8a5f44a4cc">
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="202441c3-bbe0-45e7-a378-50f2fa719553">
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
@@ -612,7 +612,7 @@ paths:
612612
examples:
613613
Example response:
614614
value:
615-
time: 2025-06-13T06:14:41.5686393Z
615+
time: 2025-06-16T06:12:12.3188926Z
616616
asset_id_base: BTC
617617
asset_id_quote: USD
618618
rate: 10000.0
@@ -622,7 +622,7 @@ paths:
622622
examples:
623623
Example response:
624624
value:
625-
time: 2025-06-13T06:14:41.5686393Z
625+
time: 2025-06-16T06:12:12.3188926Z
626626
asset_id_base: BTC
627627
asset_id_quote: USD
628628
rate: 10000.0
@@ -632,7 +632,7 @@ paths:
632632
examples:
633633
Example response:
634634
value:
635-
time: 2025-06-13T06:14:41.5686393Z
635+
time: 2025-06-16T06:12:12.3188926Z
636636
asset_id_base: BTC
637637
asset_id_quote: USD
638638
rate: 10000.0
@@ -642,7 +642,7 @@ paths:
642642
examples:
643643
Example response:
644644
value:
645-
time: 2025-06-13T06:14:41.5686393Z
645+
time: 2025-06-16T06:12:12.3188926Z
646646
asset_id_base: BTC
647647
asset_id_quote: USD
648648
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-13T06:15:22.862760877Z[Etc/UTC]
9+
- Build date: 2025-06-16T06:13:16.949865210Z[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
@@ -612,7 +612,7 @@ paths:
612612
examples:
613613
Example response:
614614
value:
615-
time: 2025-06-13T06:14:41.5686393Z
615+
time: 2025-06-16T06:12:12.3188926Z
616616
asset_id_base: BTC
617617
asset_id_quote: USD
618618
rate: 10000.0
@@ -622,7 +622,7 @@ paths:
622622
examples:
623623
Example response:
624624
value:
625-
time: 2025-06-13T06:14:41.5686393Z
625+
time: 2025-06-16T06:12:12.3188926Z
626626
asset_id_base: BTC
627627
asset_id_quote: USD
628628
rate: 10000.0
@@ -632,7 +632,7 @@ paths:
632632
examples:
633633
Example response:
634634
value:
635-
time: 2025-06-13T06:14:41.5686393Z
635+
time: 2025-06-16T06:12:12.3188926Z
636636
asset_id_base: BTC
637637
asset_id_quote: USD
638638
rate: 10000.0
@@ -642,7 +642,7 @@ paths:
642642
examples:
643643
Example response:
644644
value:
645-
time: 2025-06-13T06:14:41.5686393Z
645+
time: 2025-06-16T06:12:12.3188926Z
646646
asset_id_base: BTC
647647
asset_id_quote: USD
648648
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-13T06:15:22.917940998Z[Etc/UTC]
5+
- Build date: 2025-06-16T06:13:17.055351964Z[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
@@ -627,7 +627,7 @@ paths:
627627
examples:
628628
Example response:
629629
value:
630-
time: 2025-06-13T06:14:41.5686393Z
630+
time: 2025-06-16T06:12:12.3188926Z
631631
asset_id_base: BTC
632632
asset_id_quote: USD
633633
rate: 10000.0
@@ -637,7 +637,7 @@ paths:
637637
examples:
638638
Example response:
639639
value:
640-
time: 2025-06-13T06:14:41.5686393Z
640+
time: 2025-06-16T06:12:12.3188926Z
641641
asset_id_base: BTC
642642
asset_id_quote: USD
643643
rate: 10000.0
@@ -647,7 +647,7 @@ paths:
647647
examples:
648648
Example response:
649649
value:
650-
time: 2025-06-13T06:14:41.5686393Z
650+
time: 2025-06-16T06:12:12.3188926Z
651651
asset_id_base: BTC
652652
asset_id_quote: USD
653653
rate: 10000.0
@@ -657,7 +657,7 @@ paths:
657657
examples:
658658
Example response:
659659
value:
660-
time: 2025-06-13T06:14:41.5686393Z
660+
time: 2025-06-16T06:12:12.3188926Z
661661
asset_id_base: BTC
662662
asset_id_quote: USD
663663
rate: 10000.0

0 commit comments

Comments
 (0)