Advanced Search
Search Results
7 total results found
C#
Books related to the C# Language.
Rust
Books related to the Rust Language.
StremioDotNet
StremioDotNet is an unofficial C# implementation of the Stremio Add-on SDK. It simplifies the creation and deployment of Stremio add-ons with an intuitive API and seamless integration with ASP.NET Core.
How to use
How to use StremioDotNet
How to Download the StremioDotNet Package for .NET 6.0, 7.0, or 8.0
To download and install the StremioDotNet package for specific versions of .NET (6.0, 7.0, or 8.0), you can use either the NuGet command-line tool, Visual Studio, or the .NET CLI. 1. Using the NuGet Command Line Tool Install the StremioDotNet Package Open yo...
Setup
This guide explains how to use the StremioDotNet package to build and configure Stremio addons. Example Code Below is an example of how to set up a StremioDotNet addon in an ASP.NET Core application: using StremioDotNet.Builders; using StremioDotNet.Extensions...
StremioDotNet Documentation
This guide explains how to use the core features of the StremioDotNet library, including attributes, builders, predefined responses, and IMDb resolving middleware. 1. Attributes Attributes in StremioDotNet simplify mapping methods to specific Stremio endpoint...