ApiClient constructor

ApiClient({
  1. String basePath = 'https://platform.logbotiot.cloud/bitstream',
  2. Authentication? authentication,
})

Implementation

ApiClient(
    {this.basePath = 'https://platform.logbotiot.cloud/bitstream',
    this.authentication});