C# Class BikeshareClient.Client

Inheritance: IBikeshareClient
Afficher le fichier Open project: andmos/BikeshareClient

Méthodes publiques

Méthode Description
Client ( string gbfsBaseUrl, HttpClient httpClient = null ) : System.Collections.Generic
GetAvailableFeedsAsync ( ) : Task>
GetAvailableLanguagesAsync ( ) : Task>
GetBikeStatusAsync ( ) : Task>
GetStationsAsync ( ) : Task>
GetStationsStatusAsync ( ) : Task>
GetSystemInformationAsync ( ) : Task
GetVehicleTypesAsync ( ) : Task>

Method Details

Client() public méthode

public Client ( string gbfsBaseUrl, HttpClient httpClient = null ) : System.Collections.Generic
gbfsBaseUrl string
httpClient HttpClient
Résultat System.Collections.Generic

GetAvailableFeedsAsync() public méthode

public GetAvailableFeedsAsync ( ) : Task>
Résultat Task>

GetAvailableLanguagesAsync() public méthode

public GetAvailableLanguagesAsync ( ) : Task>
Résultat Task>

GetBikeStatusAsync() public méthode

public GetBikeStatusAsync ( ) : Task>
Résultat Task>

GetStationsAsync() public méthode

public GetStationsAsync ( ) : Task>
Résultat Task>

GetStationsStatusAsync() public méthode

public GetStationsStatusAsync ( ) : Task>
Résultat Task>

GetSystemInformationAsync() public méthode

public GetSystemInformationAsync ( ) : Task
Résultat Task

GetVehicleTypesAsync() public méthode

public GetVehicleTypesAsync ( ) : Task>
Résultat Task>