Skip to content

thelittlewozniak/infrabel-opendata-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use it?

You just need to reference it in your project using this command line :

Install-Package OpenDataInfrabel -Version 0.3.0

How to get data from API?

Infrastructure Theme

IInfrastructure infrastructure = new Infrastructure();
var result = await infrastructure.GetKilometersMarkersNetwork();

Security Theme

ISecurity security = new Security();
var result = await security.GetAccidentsCSI();

Traffic Management Theme

ITrafficManagement trafficManagement = new TrafficManagement();
var result = await trafficManagement.GetMobipulseData();

Human Ressources Theme

IHumanRessources humanRessources = new HumanRessources();
var result = await humanRessources.GetDistributionStaffByGender();

Client Products Theme

IClientsProducts clientsProducts = new ClientsProducts();
var result = await clientsProducts.GetEvolutionNetTonnageYear();

About

An SDK for the open data of Infrabel in .NET Standard

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages