As an add-on for Skybrud.Social, Skybrud.Social.Slack helps you with both authentication as well as raw and object-oriented communication with the Slack API.
You can download this package from either NuGet (recommended) or download a ZIP file with the neccessary files from here on GitHub:
-
NuGet Package
Install this NuGet package in your Visual Studio project. Makes updating easy. -
ZIP file
Grab a ZIP file of the latest release; unzip and move the files to the bin directory of your project.
-
Skybrud.Essentials
A package with logic for handling various common tasks in .NET. -
Skybrud.Social.Http
A small .NET library for making HTTP requests. -
Json.NET
Used for serializing/deserializing JSON.
- Please feel free to create an issue, and I will get back to you ;)
The releases page lists all releases, and each there will be some information for each release on the most significant changes.
You can find documentation and examples on how to use this package at the Skybrud.Social website. The package isn't yet fully documented, so feel free to create an issue if I've missed something.