You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var client = new ViagogoClient ("xxxxxx", "yyyyyyy", new ProductHeaderValue("AwesomeApp", "1.0"), new GogoKitConfiguration { ViagogoApiEnvironment = ApiEnvironment.Sandbox });
results in the error There is no argument given that corresponds to the required formal parameter 'clientId' of 'GogoKitConfiguration.GogoKitConfiguration(string, string)'
The text was updated successfully, but these errors were encountered:
Using the following example to create a client:
var client = new ViagogoClient ("xxxxxx", "yyyyyyy", new ProductHeaderValue("AwesomeApp", "1.0"), new GogoKitConfiguration { ViagogoApiEnvironment = ApiEnvironment.Sandbox });
results in the error
There is no argument given that corresponds to the required formal parameter 'clientId' of 'GogoKitConfiguration.GogoKitConfiguration(string, string)'
The text was updated successfully, but these errors were encountered: