Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 883 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 883 Bytes

Spreedly.Net is a library to encapsulate simple usage of SpreedlyCore.com's API through the asynchronously-capable Microsoft .NET Framework 4 HTTP Client Libraries.

Installing

  • Using NuGet: Install-Package Spreedly.Net
  • See: Package Home

Using the test project

  1. Rename keys.secret.sample to keys.secret
  2. Replace YOUR_API_LOGIN, YOUR_API_SECRET and GATEWAY_TOKEN with your own your API Login, _API SECRET and Gateway Token from your SpreedlyCore account page API CRedentials

IMPORTANT:
The values are delimited by a single tab character.