Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 485 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 485 Bytes

Webhooks.Net

Portable library to allow easy integration of webhooks into an Asp.Net WebAPI application.

How to Use

Install via nuget

install-package Archon.Webhooks

TODO: more docs coming (I PROMISE!)

TODO: Example application using the library

How to Build from Source

Open in Visual Studio and build.

The tests are setup in the Tests project and done in a BDD style.