Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 698 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 698 Bytes

Coinigy .NET PCL API Library

Build status

A .NET PCL (Portable Class Library) for the Coinigy API. API documentation can be found at: http://docs.coinigy.apiary.io/

Each call listed in the documentation is listed in this library with the same name and the first letter uppercase (addAlert == AddAlert). This library supports both synchronous and asynchronous operations. Asynchronous operations are named the same as syncronous with a postfix of "Async" (AddAlert == AddAlertAsync).

A NuGet package is available: https://www.nuget.org/packages/Coinigy.API