LatLong.Net SDK .NET SDK

Logo

A repository template for .NET API client projects

View the Project on GitHub guibranco/LatLongNet-SDK-dotnet

LatLong.Net SDK SDK .NET

🌐📍 LatLongNet wrapper for .NET projects

GitHub license Time tracker

LatLong.Net SDK logo

CI/CD

Build status Last commit Tests Coverage Code Smells LoC
Build status GitHub last commit AppVeyor tests (branch) Coverage Code Smells Lines of Code

Code Quality (main branch)

Codacy Badge Codacy Badge

Codecov CodeFactor

Maintainability Test Coverage

Quality Gate Status Maintainability Rating

Technical Debt Duplicated Lines (%)

Reliability Rating Security Rating

Bugs Vulnerabilities

codebeat badge DeepSource


Installation

Github Releases

GitHub last release Github All Releases

Download the latest zip file from the Release page.

Nuget package manager

LatLongNet NuGet Version LatLongNet NuGet Downloads

Package Version Downloads
LatLongNet LatLongNet NuGet Version LatLongNet NuGet Downloads

Features

Implements all features of LatLong.Net SDK API available at LatLong.Net SDK


Usage


//sample CSharp code showing how to use the lib
var client = new LatLongNetClient();
var result = await client.GetHelloWorldAsync(CancellationToken.None);


License

Licensed under

MIT license (LICENSE or http://opensource.org/licenses/MIT)