Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 431 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 431 Bytes

SwellSharp: A .NET library for Swell.

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

Installation

Install-Package SwellSharp

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

dotnet add package SwellSharp