Skip to content

Commit 1473a98

Browse files
Merge branch 'master' of https://github.com/coinapi/coinapi-sdk
2 parents 2eff387 + 20e5c23 commit 1473a98

23 files changed

+31
-31
lines changed

ems-cloud-mgmt-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", "{E38A6844-C0AE-4CBF-8391-7A540AED9E66}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.API.SDK", "src\CoinAPI.OMS.API.SDK\CoinAPI.OMS.API.SDK.csproj", "{5727C8F7-C907-4AE1-9A5D-82C950F1D45F}"
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-
{E38A6844-C0AE-4CBF-8391-7A540AED9E66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{E38A6844-C0AE-4CBF-8391-7A540AED9E66}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{E38A6844-C0AE-4CBF-8391-7A540AED9E66}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{E38A6844-C0AE-4CBF-8391-7A540AED9E66}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{5727C8F7-C907-4AE1-9A5D-82C950F1D45F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{5727C8F7-C907-4AE1-9A5D-82C950F1D45F}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{5727C8F7-C907-4AE1-9A5D-82C950F1D45F}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{5727C8F7-C907-4AE1-9A5D-82C950F1D45F}.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-cloud-mgmt-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", "{10DAA2B1-5DB4-4378-98CE-70BDFEB45EFF}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.REST.V1", "src\CoinAPI.OMS.REST.V1\CoinAPI.OMS.REST.V1.csproj", "{64025A45-F47F-4CA9-ADC7-31EEBF35A08B}"
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-
{10DAA2B1-5DB4-4378-98CE-70BDFEB45EFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{10DAA2B1-5DB4-4378-98CE-70BDFEB45EFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{10DAA2B1-5DB4-4378-98CE-70BDFEB45EFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{10DAA2B1-5DB4-4378-98CE-70BDFEB45EFF}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{64025A45-F47F-4CA9-ADC7-31EEBF35A08B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{64025A45-F47F-4CA9-ADC7-31EEBF35A08B}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{64025A45-F47F-4CA9-ADC7-31EEBF35A08B}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{64025A45-F47F-4CA9-ADC7-31EEBF35A08B}.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-cloud-mgmt-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>{10DAA2B1-5DB4-4378-98CE-70BDFEB45EFF}</Project>
84+
<Project>{64025A45-F47F-4CA9-ADC7-31EEBF35A08B}</Project>
8585
<Name>CoinAPI.OMS.REST.V1</Name>
8686
</ProjectReference>
8787
</ItemGroup>

ems-cloud-mgmt-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>{10DAA2B1-5DB4-4378-98CE-70BDFEB45EFF}</ProjectGuid>
15+
<ProjectGuid>{64025A45-F47F-4CA9-ADC7-31EEBF35A08B}</ProjectGuid>
1616
<OutputType>Library</OutputType>
1717
<AppDesignerFolder>Properties</AppDesignerFolder>
1818
<RootNamespace>CoinAPI.OMS.REST.V1</RootNamespace>

ems-cloud-mgmt-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="2db1a868-5994-4aae-9c50-593b1d574812" 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="0b912b12-a7a3-4d8b-9f11-7b278ceb89b3" library_target="openapi_eiffel_client">
33
<target name="openapi_eiffel_client">
44
<root all_classes="true"/>
55
<file_rule>

ems-cloud-mgmt-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="29eb6f99-0193-490a-af45-df5d6198c459">
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="0177d8e7-7cf2-4a84-85c5-67a5bad3b5ec">
33
<target name="test">
44
<root feature="make" class="APPLICATION"/>
55
<file_rule>

ems-cloud-mgmt-sdk/groovy/README.md

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

6868
- API version: v1
6969
- Package version: v1
70-
- Build date: 2022-05-06T08:00:53.628958Z[Etc/UTC]
70+
- Build date: 2022-05-06T09:35:06.856969Z[Etc/UTC]
7171
- Build package: org.openapitools.codegen.languages.GroovyClientCodegen
7272
For more information, please visit [https://www.coinapi.io](https://www.coinapi.io)
7373

ems-cloud-mgmt-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 - Managed Cloud REST API
44
- API version: v1
5-
- Build date: 2022-05-06T08:00:53.681977Z[Etc/UTC]
5+
- Build date: 2022-05-06T09:35:06.920152Z[Etc/UTC]
66

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

ems-cloud-mgmt-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-06T08:00:53.681977Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T09:35:06.920152Z[Etc/UTC]")
2424
public class ApiException extends Exception {
2525
private int code = 0;
2626
private Map<String, List<String>> responseHeaders = null;

ems-cloud-mgmt-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-06T08:00:53.681977Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T09:35:06.920152Z[Etc/UTC]")
1717
public class Configuration {
1818
private static ApiClient defaultApiClient = new ApiClient();
1919

0 commit comments

Comments
 (0)