Net.AutoRest
Name | EmbyClient.MsRest |
---|---|
Language | C# |
SDK Folder | SampleCode/RestApi/Clients/Net.AutoRest |
Prerequisites
Frameworks supported
- .NET >=5.0
- .NET Core >=2.0
- .NetStandard 2.0
- .NET Framework >=4.6
- Mono/Xamarin
- UWP >=10.0
Dependencies
- Microsoft.Rest.ClientRuntime - 2.3.24 or later
Getting Started
Using the Client Code
The Net.AutoRest\EmbyClient.Dotnet
folder includes the C# project EmbyClient.Dotnet.csproj
and all code that is required. You can copy the whole folder directly into your own project.
Visal Studio Sample Application
The folder includes a Visual Studio solution which you can open directly in Visual Studio 2019 (or later).
The sample application is a simple Windows Forms application which demonstrates how to authenticate with Emby Server and make basic API calls:
Documentation Links
For general documentation, please refer to Accessing Emby Server via REST API.
The available API endpoints are documented in the REST API Reference section.