C# Class BikeshareClient.Client

Inheritance: IBikeshareClient
Show file Open project: andmos/BikeshareClient

Public Methods

Method 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 method

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

GetAvailableFeedsAsync() public method

public GetAvailableFeedsAsync ( ) : Task>
return Task>

GetAvailableLanguagesAsync() public method

public GetAvailableLanguagesAsync ( ) : Task>
return Task>

GetBikeStatusAsync() public method

public GetBikeStatusAsync ( ) : Task>
return Task>

GetStationsAsync() public method

public GetStationsAsync ( ) : Task>
return Task>

GetStationsStatusAsync() public method

public GetStationsStatusAsync ( ) : Task>
return Task>

GetSystemInformationAsync() public method

public GetSystemInformationAsync ( ) : Task
return Task

GetVehicleTypesAsync() public method

public GetVehicleTypesAsync ( ) : Task>
return Task>