Skip to content

Commit

Permalink
Updated integration services
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Nov 30, 2016
1 parent 3ee05ca commit b88c25d
Show file tree
Hide file tree
Showing 16 changed files with 1,007 additions and 1,007 deletions.
28 changes: 14 additions & 14 deletions src/NSwag.Integration.ClientPCL/PetStoreClient.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//----------------------
// <auto-generated>
// Generated using the NSwag toolchain v7.7.6176.21947 (NJsonSchema v5.20.6175.31167) (http://NSwag.org)
// Generated using the NSwag toolchain v7.7.6178.42246 (NJsonSchema v5.19.6178.42245) (http://NSwag.org)
// </auto-generated>
//----------------------

Expand Down Expand Up @@ -30,7 +30,7 @@ namespace PetStore
{
#pragma warning disable // Disable all warnings

[GeneratedCode("NSwag", "7.7.6176.21947")]
[GeneratedCode("NSwag", "7.7.6178.42246")]
public partial class PetStoreClient
{
private string _baseUrl = "http://petstore.swagger.io/v2";
Expand Down Expand Up @@ -1056,7 +1056,7 @@ public async Task DeleteUserAsync(string username, CancellationToken cancellatio


[JsonObject(MemberSerialization.OptIn)]
[GeneratedCode("NJsonSchema", "5.20.6175.31167")]
[GeneratedCode("NJsonSchema", "5.19.6178.42245")]
public partial class Order : INotifyPropertyChanged
{
private int? _id;
Expand Down Expand Up @@ -1173,7 +1173,7 @@ protected virtual void RaisePropertyChanged([CallerMemberName] string propertyNa
}

[JsonObject(MemberSerialization.OptIn)]
[GeneratedCode("NJsonSchema", "5.20.6175.31167")]
[GeneratedCode("NJsonSchema", "5.19.6178.42245")]
public partial class Category : INotifyPropertyChanged
{
private int? _id;
Expand Down Expand Up @@ -1228,7 +1228,7 @@ protected virtual void RaisePropertyChanged([CallerMemberName] string propertyNa
}

[JsonObject(MemberSerialization.OptIn)]
[GeneratedCode("NJsonSchema", "5.20.6175.31167")]
[GeneratedCode("NJsonSchema", "5.19.6178.42245")]
public partial class User : INotifyPropertyChanged
{
private int? _id;
Expand Down Expand Up @@ -1374,7 +1374,7 @@ protected virtual void RaisePropertyChanged([CallerMemberName] string propertyNa
}

[JsonObject(MemberSerialization.OptIn)]
[GeneratedCode("NJsonSchema", "5.20.6175.31167")]
[GeneratedCode("NJsonSchema", "5.19.6178.42245")]
public partial class Tag : INotifyPropertyChanged
{
private int? _id;
Expand Down Expand Up @@ -1429,7 +1429,7 @@ protected virtual void RaisePropertyChanged([CallerMemberName] string propertyNa
}

[JsonObject(MemberSerialization.OptIn)]
[GeneratedCode("NJsonSchema", "5.20.6175.31167")]
[GeneratedCode("NJsonSchema", "5.19.6178.42245")]
public partial class Pet : INotifyPropertyChanged
{
private int? _id;
Expand Down Expand Up @@ -1548,7 +1548,7 @@ protected virtual void RaisePropertyChanged([CallerMemberName] string propertyNa
}

[JsonObject(MemberSerialization.OptIn)]
[GeneratedCode("NJsonSchema", "5.20.6175.31167")]
[GeneratedCode("NJsonSchema", "5.19.6178.42245")]
public partial class ApiResponse : INotifyPropertyChanged
{
private int? _code;
Expand Down Expand Up @@ -1617,7 +1617,7 @@ protected virtual void RaisePropertyChanged([CallerMemberName] string propertyNa
}
}

[GeneratedCode("NJsonSchema", "5.20.6175.31167")]
[GeneratedCode("NJsonSchema", "5.19.6178.42245")]
public enum Anonymous
{
[EnumMember(Value = "available")]
Expand All @@ -1631,7 +1631,7 @@ public enum Anonymous

}

[GeneratedCode("NJsonSchema", "5.20.6175.31167")]
[GeneratedCode("NJsonSchema", "5.19.6178.42245")]
public enum OrderStatus
{
[EnumMember(Value = "placed")]
Expand All @@ -1645,7 +1645,7 @@ public enum OrderStatus

}

[GeneratedCode("NJsonSchema", "5.20.6175.31167")]
[GeneratedCode("NJsonSchema", "5.19.6178.42245")]
public enum PetStatus
{
[EnumMember(Value = "available")]
Expand All @@ -1659,7 +1659,7 @@ public enum PetStatus

}

[GeneratedCode("NSwag", "7.7.6176.21947")]
[GeneratedCode("NSwag", "7.7.6178.42246")]
public class FileParameter
{
public FileParameter(Stream data)
Expand All @@ -1678,7 +1678,7 @@ public FileParameter(Stream data, string fileName)
public string FileName { get; private set; }
}

[GeneratedCode("NSwag", "7.7.6176.21947")]
[GeneratedCode("NSwag", "7.7.6178.42246")]
public class SwaggerException : Exception
{
public string StatusCode { get; private set; }
Expand All @@ -1698,7 +1698,7 @@ public override string ToString()
}
}

[GeneratedCode("NSwag", "7.7.6176.21947")]
[GeneratedCode("NSwag", "7.7.6178.42246")]
public class SwaggerException<TResponse> : SwaggerException
{
public TResponse Response { get; private set; }
Expand Down
8 changes: 4 additions & 4 deletions src/NSwag.Integration.ClientPCL/ServiceClients.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//----------------------
// <auto-generated>
// Generated using the NSwag toolchain v7.7.6176.21947 (NJsonSchema v5.20.6175.31167) (http://NSwag.org)
// Generated using the NSwag toolchain v7.7.6178.42246 (NJsonSchema v5.19.6178.42245) (http://NSwag.org)
// </auto-generated>
//----------------------

Expand Down Expand Up @@ -31,7 +31,7 @@ namespace NSwag.Integration.ClientPCL
{
#pragma warning disable // Disable all warnings

[GeneratedCode("NSwag", "7.7.6176.21947")]
[GeneratedCode("NSwag", "7.7.6178.42246")]
public partial class GeoClient
{
private string _baseUrl = "http://localhost:13452";
Expand Down Expand Up @@ -377,7 +377,7 @@ public async Task<byte[]> GetUploadedFileAsync(int id, bool? @override, Cancella

}

[GeneratedCode("NSwag", "7.7.6176.21947")]
[GeneratedCode("NSwag", "7.7.6178.42246")]
public partial class PersonsClient
{
private string _baseUrl = "http://localhost:13452";
Expand Down Expand Up @@ -820,7 +820,7 @@ public async Task<string> GetNameAsync(Guid id, CancellationToken cancellationTo



[GeneratedCode("NSwag", "7.7.6176.21947")]
[GeneratedCode("NSwag", "7.7.6178.42246")]
internal class JsonExceptionConverter : JsonConverter
{
private readonly DefaultContractResolver _defaultContractResolver = new DefaultContractResolver();
Expand Down
Loading

0 comments on commit b88c25d

Please sign in to comment.