Content-Length: 949238 | pFad | http://github.com/api-bricks/api-bricks-sdk/commit/025e7a95dcb663f4be089306130600a8b512d85f

CB Auto-generate SDK for CoinAPI Market Data API REST Historical · api-bricks/api-bricks-sdk@025e7a9 · GitHub
Skip to content

Commit 025e7a9

Browse files
committed
Auto-generate SDK for CoinAPI Market Data API REST Historical
1 parent ca4224d commit 025e7a9

Some content is hidden

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

49 files changed

+65
-65
lines changed

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", "{DA285C11-F8FE-4379-9415-AD457D0595DC}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIBricks.CoinAPI.MarketDataAPI.REST.V1", "src\APIBricks.CoinAPI.MarketDataAPI.REST.V1\APIBricks.CoinAPI.MarketDataAPI.REST.V1.csproj", "{26A6B200-91EB-4F00-A6A0-B6ABF7A451A6}"
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-
{DA285C11-F8FE-4379-9415-AD457D0595DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{DA285C11-F8FE-4379-9415-AD457D0595DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{DA285C11-F8FE-4379-9415-AD457D0595DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{DA285C11-F8FE-4379-9415-AD457D0595DC}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{26A6B200-91EB-4F00-A6A0-B6ABF7A451A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{26A6B200-91EB-4F00-A6A0-B6ABF7A451A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{26A6B200-91EB-4F00-A6A0-B6ABF7A451A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{26A6B200-91EB-4F00-A6A0-B6ABF7A451A6}.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
@@ -855,7 +855,7 @@ paths:
855855
examples:
856856
Example response:
857857
value:
858-
time: 2025-07-03T06:04:15.9969825Z
858+
time: 2025-07-04T06:09:07.7516209Z
859859
asset_id_base: BTC
860860
asset_id_quote: USD
861861
rate: 10000.0
@@ -865,7 +865,7 @@ paths:
865865
examples:
866866
Example response:
867867
value:
868-
time: 2025-07-03T06:04:15.9969825Z
868+
time: 2025-07-04T06:09:07.7516209Z
869869
asset_id_base: BTC
870870
asset_id_quote: USD
871871
rate: 10000.0
@@ -875,7 +875,7 @@ paths:
875875
examples:
876876
Example response:
877877
value:
878-
time: 2025-07-03T06:04:15.9969825Z
878+
time: 2025-07-04T06:09:07.7516209Z
879879
asset_id_base: BTC
880880
asset_id_quote: USD
881881
rate: 10000.0
@@ -885,7 +885,7 @@ paths:
885885
examples:
886886
Example response:
887887
value:
888-
time: 2025-07-03T06:04:15.9969825Z
888+
time: 2025-07-04T06:09:07.7516209Z
889889
asset_id_base: BTC
890890
asset_id_quote: USD
891891
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
@@ -11,7 +11,7 @@ outputDir: out
1111

1212
# https://openapi-generator.tech/docs/generators/csharp
1313
additionalProperties:
14-
packageGuid: '{DA285C11-F8FE-4379-9415-AD457D0595DC}'
14+
packageGuid: '{26A6B200-91EB-4F00-A6A0-B6ABF7A451A6}'
1515

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

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="89ae66c5-fd11-43b8-8f80-368c42ecbdb7" 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="467ae831-7823-41aa-83ad-a630a85a09e8" 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="5a2ea9f0-c325-4527-84af-0ab223015531">
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="bb3b7ac9-13d4-48a3-9c4a-0d162bf61b73">
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
@@ -855,7 +855,7 @@ paths:
855855
examples:
856856
Example response:
857857
value:
858-
time: 2025-07-03T06:04:15.9969825Z
858+
time: 2025-07-04T06:09:07.7516209Z
859859
asset_id_base: BTC
860860
asset_id_quote: USD
861861
rate: 10000.0
@@ -865,7 +865,7 @@ paths:
865865
examples:
866866
Example response:
867867
value:
868-
time: 2025-07-03T06:04:15.9969825Z
868+
time: 2025-07-04T06:09:07.7516209Z
869869
asset_id_base: BTC
870870
asset_id_quote: USD
871871
rate: 10000.0
@@ -875,7 +875,7 @@ paths:
875875
examples:
876876
Example response:
877877
value:
878-
time: 2025-07-03T06:04:15.9969825Z
878+
time: 2025-07-04T06:09:07.7516209Z
879879
asset_id_base: BTC
880880
asset_id_quote: USD
881881
rate: 10000.0
@@ -885,7 +885,7 @@ paths:
885885
examples:
886886
Example response:
887887
value:
888-
time: 2025-07-03T06:04:15.9969825Z
888+
time: 2025-07-04T06:09:07.7516209Z
889889
asset_id_base: BTC
890890
asset_id_quote: USD
891891
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-07-03T06:05:19.498462603Z[Etc/UTC]
9+
- Build date: 2025-07-04T06:10:37.951049587Z[Etc/UTC]
1010
- Generator version: 7.14.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
@@ -855,7 +855,7 @@ paths:
855855
examples:
856856
Example response:
857857
value:
858-
time: 2025-07-03T06:04:15.9969825Z
858+
time: 2025-07-04T06:09:07.7516209Z
859859
asset_id_base: BTC
860860
asset_id_quote: USD
861861
rate: 10000.0
@@ -865,7 +865,7 @@ paths:
865865
examples:
866866
Example response:
867867
value:
868-
time: 2025-07-03T06:04:15.9969825Z
868+
time: 2025-07-04T06:09:07.7516209Z
869869
asset_id_base: BTC
870870
asset_id_quote: USD
871871
rate: 10000.0
@@ -875,7 +875,7 @@ paths:
875875
examples:
876876
Example response:
877877
value:
878-
time: 2025-07-03T06:04:15.9969825Z
878+
time: 2025-07-04T06:09:07.7516209Z
879879
asset_id_base: BTC
880880
asset_id_quote: USD
881881
rate: 10000.0
@@ -885,7 +885,7 @@ paths:
885885
examples:
886886
Example response:
887887
value:
888-
time: 2025-07-03T06:04:15.9969825Z
888+
time: 2025-07-04T06:09:07.7516209Z
889889
asset_id_base: BTC
890890
asset_id_quote: USD
891891
rate: 10000.0

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

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

33
CoinAPI Market Data REST API
44
- API version: v1
5-
- Build date: 2025-07-03T06:05:19.566186417Z[Etc/UTC]
5+
- Build date: 2025-07-04T06:10:38.062022421Z[Etc/UTC]
66
- Generator version: 7.14.0
77

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ paths:
880880
examples:
881881
Example response:
882882
value:
883-
time: 2025-07-03T06:04:15.9969825Z
883+
time: 2025-07-04T06:09:07.7516209Z
884884
asset_id_base: BTC
885885
asset_id_quote: USD
886886
rate: 10000.0
@@ -890,7 +890,7 @@ paths:
890890
examples:
891891
Example response:
892892
value:
893-
time: 2025-07-03T06:04:15.9969825Z
893+
time: 2025-07-04T06:09:07.7516209Z
894894
asset_id_base: BTC
895895
asset_id_quote: USD
896896
rate: 10000.0
@@ -900,7 +900,7 @@ paths:
900900
examples:
901901
Example response:
902902
value:
903-
time: 2025-07-03T06:04:15.9969825Z
903+
time: 2025-07-04T06:09:07.7516209Z
904904
asset_id_base: BTC
905905
asset_id_quote: USD
906906
rate: 10000.0
@@ -910,7 +910,7 @@ paths:
910910
examples:
911911
Example response:
912912
value:
913-
time: 2025-07-03T06:04:15.9969825Z
913+
time: 2025-07-04T06:09:07.7516209Z
914914
asset_id_base: BTC
915915
asset_id_quote: USD
916916
rate: 10000.0

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/api-bricks/api-bricks-sdk/commit/025e7a95dcb663f4be089306130600a8b512d85f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy