Skip to content

Commit 68cb3b8

Browse files
OEML SDK generator
1 parent eb8cf18 commit 68cb3b8

27 files changed

+35
-35
lines changed

ems-gateway-rest-sdk/csharp-netcore/CoinAPI.OMS.API.SDK.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}") = "CoinAPI.OMS.API.SDK", "src\CoinAPI.OMS.API.SDK\CoinAPI.OMS.API.SDK.csproj", "{5E0A16A8-956A-462E-8F1D-A8D2E6332F2D}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.API.SDK", "src\CoinAPI.OMS.API.SDK\CoinAPI.OMS.API.SDK.csproj", "{A3581EC4-AC32-4CAF-867F-BB185EF5AA4A}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.API.SDK.Test", "src\CoinAPI.OMS.API.SDK.Test\CoinAPI.OMS.API.SDK.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-
{5E0A16A8-956A-462E-8F1D-A8D2E6332F2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{5E0A16A8-956A-462E-8F1D-A8D2E6332F2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{5E0A16A8-956A-462E-8F1D-A8D2E6332F2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{5E0A16A8-956A-462E-8F1D-A8D2E6332F2D}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{A3581EC4-AC32-4CAF-867F-BB185EF5AA4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{A3581EC4-AC32-4CAF-867F-BB185EF5AA4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{A3581EC4-AC32-4CAF-867F-BB185EF5AA4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{A3581EC4-AC32-4CAF-867F-BB185EF5AA4A}.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

ems-gateway-rest-sdk/csharp/CoinAPI.OMS.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}") = "CoinAPI.OMS.REST.V1", "src\CoinAPI.OMS.REST.V1\CoinAPI.OMS.REST.V1.csproj", "{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.REST.V1", "src\CoinAPI.OMS.REST.V1\CoinAPI.OMS.REST.V1.csproj", "{885B61C6-B707-4461-8C9D-203DB54F9BBB}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.REST.V1.Test", "src\CoinAPI.OMS.REST.V1.Test\CoinAPI.OMS.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-
{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{885B61C6-B707-4461-8C9D-203DB54F9BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{885B61C6-B707-4461-8C9D-203DB54F9BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{885B61C6-B707-4461-8C9D-203DB54F9BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{885B61C6-B707-4461-8C9D-203DB54F9BBB}.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

ems-gateway-rest-sdk/csharp/src/CoinAPI.OMS.REST.V1.Test/CoinAPI.OMS.REST.V1.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Contact: [email protected]
8181
<Import Project="$(MsBuildToolsPath)\Microsoft.CSharp.targets" />
8282
<ItemGroup>
8383
<ProjectReference Include="..\CoinAPI.OMS.REST.V1\CoinAPI.OMS.REST.V1.csproj">
84-
<Project>{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}</Project>
84+
<Project>{885B61C6-B707-4461-8C9D-203DB54F9BBB}</Project>
8585
<Name>CoinAPI.OMS.REST.V1</Name>
8686
</ProjectReference>
8787
</ItemGroup>

ems-gateway-rest-sdk/csharp/src/CoinAPI.OMS.REST.V1/CoinAPI.OMS.REST.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Contact: [email protected]
1212

1313
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1414
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
15-
<ProjectGuid>{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}</ProjectGuid>
15+
<ProjectGuid>{885B61C6-B707-4461-8C9D-203DB54F9BBB}</ProjectGuid>
1616
<OutputType>Library</OutputType>
1717
<AppDesignerFolder>Properties</AppDesignerFolder>
1818
<RootNamespace>CoinAPI.OMS.REST.V1</RootNamespace>

ems-gateway-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="2bd968b4-a555-422f-ba10-026e83a8eaaf" 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="14fb2cee-d854-466e-abb5-e548d6d39db5" library_target="openapi_eiffel_client">
33
<target name="openapi_eiffel_client">
44
<root all_classes="true"/>
55
<file_rule>

ems-gateway-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="cbdfdd54-dd2b-494d-abef-cc526b423c4e">
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="f6df8695-eafb-4156-918f-a7c1281cf15b">
33
<target name="test">
44
<root feature="make" class="APPLICATION"/>
55
<file_rule>

ems-gateway-rest-sdk/groovy/README.md

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

7171
- API version: v1
7272
- Package version: v1
73-
- Build date: 2022-05-06T00:17:07.509257Z[Etc/UTC]
73+
- Build date: 2022-05-06T08:00:51.951446Z[Etc/UTC]
7474
- Build package: org.openapitools.codegen.languages.GroovyClientCodegen
7575
For more information, please visit [https://www.coinapi.io](https://www.coinapi.io)
7676

ems-gateway-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
EMS - REST API
44
- API version: v1
5-
- Build date: 2022-05-06T00:17:07.633763Z[Etc/UTC]
5+
- Build date: 2022-05-06T08:00:52.066271Z[Etc/UTC]
66

77
This section will provide necessary information about the `CoinAPI EMS REST API` protocol.
88
<br/>

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* <p>ApiException class.</p>
2121
*/
2222
@SuppressWarnings("serial")
23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
2424
public class ApiException extends Exception {
2525
private int code = 0;
2626
private Map<String, List<String>> responseHeaders = null;

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/Configuration.java

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

1414
package org.openapitools.client;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
1717
public class Configuration {
1818
private static ApiClient defaultApiClient = new ApiClient();
1919

0 commit comments

Comments
 (0)