ApiClient constructor

ApiClient({
  1. String basePath = 'https://kraken.icure.dev',
})

Implementation

ApiClient({this.basePath = 'https://kraken.icure.dev'}) {
  // Setup authentications (key: authentication name, value: authentication).
  _authentications[r'basicSchema'] = HttpBasicAuth();
}