Skip to content

bytefish/OpenSkyRestClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSkyRestClient

Implements a .NET Client for the OpenSky REST API:

Installing

To install OpenSkyRestClient, run the following command in the Package Manager Console:

PM> Install-Package OpenSkyRestClient

Usage

// Create a new OpenSkyClient:
var client = new OpenSkyClient();

// And get all StateVectors from the REST API:
var stateVectors = client.GetAllStateVectorsAsync();

About

.NET Client for the OpenSky REST API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages