Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This C# SDK is automatically generated by the [Swagger Codegen](https://github.c
For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
{{/infoUrl}}

<a name="frameworks-supported"></a>
## Frameworks supported
{{^supportUWP}}
- .NET 4.0 or later
Expand All @@ -25,6 +26,7 @@ This C# SDK is automatically generated by the [Swagger Codegen](https://github.c
- UWP
{{/supportUWP}}

<a name="dependencies"></a>
## Dependencies
- [RestSharp](https://www.nuget.org/packages/RestSharp) - 105.1.0 or later
- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later
Expand All @@ -37,6 +39,7 @@ Install-Package Newtonsoft.Json

NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See [RestSharp#742](https://github.com/restsharp/RestSharp/issues/742)

<a name="installation"></a>
## Installation
Run the following command to generate the DLL
- [Mac/Linux] `/bin/sh build.sh`
Expand All @@ -50,7 +53,7 @@ using {{packageName}}.Client;
using {{{.}}};
{{/modelPackage}}
```

<a name="getting-started"></a>
## Getting Started

```csharp
Expand Down Expand Up @@ -128,6 +131,7 @@ Class | Method | HTTP request | Description
No model defined in this package
{{/modelPackage}}

<a name="documentation-for-authorization"></a>
## Documentation for Authorization

{{^authMethods}}
Expand Down