Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart authored Oct 18, 2024
1 parent 763e815 commit fa09c2b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,28 @@ You can install the SDK via NuGet. Run the following command in the Package Mana
Install-Package OpenShock.SDK.CSharp
```

## Hub Extension

[![NuGet OpenShock.SDK.CSharp.Hub](https://img.shields.io/nuget/v/OpenShock.SDK.CSharp.Hub?style=for-the-badge&color=e14a6d&label=NuGet%20OpenShock.SDK.CSharp.Hub)](https://www.nuget.org/packages/OpenShock.SDK.CSharp.Hub/)
[![NuGet OpenShock.SDK.CSharp.Hub Downloads](https://img.shields.io/nuget/dt/OpenShock.SDK.CSharp.Hub?style=for-the-badge&color=e14a6d&label=NuGet%20Downloads)](https://www.nuget.org/packages/OpenShock.SDK.CSharp.Hub/)

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
```

## Live Extension

[![NuGet OpenShock.SDK.CSharp.Live](https://img.shields.io/nuget/v/OpenShock.SDK.CSharp.Live?style=for-the-badge&color=e14a6d&label=NuGet%20OpenShock.SDK.CSharp.Live)](https://www.nuget.org/packages/OpenShock.SDK.CSharp.Live/)
[![NuGet OpenShock.SDK.CSharp.Live Downloads](https://img.shields.io/nuget/dt/OpenShock.SDK.CSharp.Live?style=for-the-badge&color=e14a6d&label=NuGet%20Downloads)](https://www.nuget.org/packages/OpenShock.SDK.CSharp.Live/)

The SDK provides a live extension that allows you to interact with the OpenShock API's realtime parts like the SignalR Websockets for user events, share links and live control websocket.
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
```
```

0 comments on commit fa09c2b

Please sign in to comment.