This is the official .NET / C# SDK for OpenShock. It provides a simple way to interact with the OpenShock API.
You can install the SDK via NuGet. Run the following command in the Package Manager Console:
Install-Package OpenShock.SDK.CSharp
The SDK provides a hub extension that allows you to interact with the OpenShock API's realtime parts like the SignalR Websockets for user events.
This extension is available in the OpenShock.SDK.CSharp.Hub
namespace.
Install-Package OpenShock.SDK.CSharp.Hub
Provides extension that allows you to interact with the OpenShock API's realtime live control websocket.
This extension is available in the OpenShock.SDK.CSharp.Live
namespace.
Install-Package OpenShock.SDK.CSharp.Live