BikeshareClient.Client.Client C# (CSharp) Method

Client() public method

public Client ( string gbfsBaseUrl, HttpClient httpClient = null ) : System.Collections.Generic
gbfsBaseUrl string
httpClient HttpClient
return System.Collections.Generic
        public Client(string gbfsBaseUrl, HttpClient httpClient = null)
        {
            _bikeShareDataProvider = new BikeShareDataProvider(gbfsBaseUrl, httpClient);
        }