Skip to content

Instantly share code, notes, and snippets.

View hylander0's full-sized avatar

Justin Hyland hylander0

View GitHub Profile
using Newtonsoft.Json;
using System;
using System.Collections.Specialized;
using System.Net;
using System.Text;
//A simple C# class to post messages to a Slack channel
//Note: This class uses the Newtonsoft Json.NET serializer available via NuGet
public class SlackClient
{