apiWith static method
Implementation
static IServiceClient apiWith(ClientOptions options) {
var client = api(options.baseUrl);
return client;
}
static IServiceClient apiWith(ClientOptions options) {
var client = api(options.baseUrl);
return client;
}