You are here

zoomapi.services.yml in Zoom API 8

Same filename and directory in other branches
  1. 2.0.x zoomapi.services.yml

File

zoomapi.services.yml
View source
  1. services:
  2. logger.channel.zoomapi:
  3. parent: logger.channel_base
  4. arguments: ['zoomapi']
  5. zoomapi.client:
  6. class: '\Drupal\zoomapi\Client\ZoomApiClient'
  7. arguments: ['@http_client', '@key.repository', '@config.factory', '@logger.channel.zoomapi', '@datetime.time']