Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 440 Bytes

File metadata and controls

15 lines (10 loc) · 440 Bytes

SubblySharp: A .NET library for Subbly.

SubblySharp is a .NET library that enables you to make API calls to Subbly. It's great for building custom Subbly Apps using C# and .NET. You can quickly and easily get up and running with Subbly using this library.

Installation

Install-Package SubblySharp

If you're using .NET Core, you can use the dotnet command from your favorite shell:

dotnet add package SubblySharp