{Project Description}
Build status | Last commit | Tests | Coverage | Code Smells | LoC |
---|---|---|---|---|---|
Download the latest zip file from the Release page.
Package | Version | Downloads |
---|---|---|
{packageName} |
Implements all features of {Project Name} API available at {Project Name}
- Feature #1
- Feature #2
- Feature #3
- Feature #N
//sample CSharp code showing how to use the lib
var client = new {packageName}Client();
var result = await client.GetHelloWorldAsync(CancellationToken.None);
Licensed under
MIT license (LICENSE or http://opensource.org/licenses/MIT)