Skip to content

Commit

Permalink
Merge pull request #1 from QuantiModo/feature/SDK_Update
Browse files Browse the repository at this point in the history
Feature/sdk update
  • Loading branch information
mikepsinn committed Jan 14, 2016
2 parents 1af487e + 889b5b2 commit 9f587d4
Show file tree
Hide file tree
Showing 83 changed files with 30,850 additions and 8,855 deletions.
33 changes: 33 additions & 0 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Swagger Library")]
[assembly: AssemblyDescription("A library generated from a Swagger doc")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Swagger")]
[assembly: AssemblyProduct("SwaggerLibrary")]
[assembly: AssemblyCopyright("No Copyright")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
1,230 changes: 878 additions & 352 deletions src/main/csharp/io/swagger/Api/AggregatedCorrelationApi.cs

Large diffs are not rendered by default.

1,318 changes: 1,318 additions & 0 deletions src/main/csharp/io/swagger/Api/CommonVariableRelationshipApi.cs

Large diffs are not rendered by default.

990 changes: 733 additions & 257 deletions src/main/csharp/io/swagger/Api/ConnectionApi.cs

Large diffs are not rendered by default.

986 changes: 727 additions & 259 deletions src/main/csharp/io/swagger/Api/ConnectorApi.cs

Large diffs are not rendered by default.

1,212 changes: 870 additions & 342 deletions src/main/csharp/io/swagger/Api/CorrelationApi.cs

Large diffs are not rendered by default.

944 changes: 711 additions & 233 deletions src/main/csharp/io/swagger/Api/CredentialApi.cs

Large diffs are not rendered by default.

1,394 changes: 1,036 additions & 358 deletions src/main/csharp/io/swagger/Api/MeasurementApi.cs

Large diffs are not rendered by default.

3,117 changes: 3,117 additions & 0 deletions src/main/csharp/io/swagger/Api/OrganizationApi.cs

Large diffs are not rendered by default.

920 changes: 686 additions & 234 deletions src/main/csharp/io/swagger/Api/SourceApi.cs

Large diffs are not rendered by default.

1,238 changes: 1,238 additions & 0 deletions src/main/csharp/io/swagger/Api/TrackingReminderApi.cs

Large diffs are not rendered by default.

1,020 changes: 755 additions & 265 deletions src/main/csharp/io/swagger/Api/UnitApi.cs

Large diffs are not rendered by default.

890 changes: 669 additions & 221 deletions src/main/csharp/io/swagger/Api/UnitCategoryApi.cs

Large diffs are not rendered by default.

902 changes: 683 additions & 219 deletions src/main/csharp/io/swagger/Api/UpdateApi.cs

Large diffs are not rendered by default.

1,674 changes: 1,172 additions & 502 deletions src/main/csharp/io/swagger/Api/UserVariableApi.cs

Large diffs are not rendered by default.

1,298 changes: 1,298 additions & 0 deletions src/main/csharp/io/swagger/Api/UserVariableRelationshipApi.cs

Large diffs are not rendered by default.

1,422 changes: 992 additions & 430 deletions src/main/csharp/io/swagger/Api/VariableApi.cs

Large diffs are not rendered by default.

1,060 changes: 778 additions & 282 deletions src/main/csharp/io/swagger/Api/VariableCategoryApi.cs

Large diffs are not rendered by default.

954 changes: 721 additions & 233 deletions src/main/csharp/io/swagger/Api/VariableUserSourceApi.cs

Large diffs are not rendered by default.

954 changes: 709 additions & 245 deletions src/main/csharp/io/swagger/Api/VoteApi.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 9f587d4

Please sign in to comment.