You are here

service zoomapi.client in Zoom API 2.0.x

Same name and namespace in other branches
  1. 8 zoomapi.services.yml \zoomapi.client

Class

\Drupal\zoomapi\Client\ZoomApiClient
2 string references to zoomapi.client
ApiRequestTest::testZoomApiConnection in tests/src/Functional/ApiRequestTest.php
Will fail, but that's ok.
zoomapi_requirements in ./zoomapi.install
Implements hook_requirements().

File

./zoomapi.services.yml
zoomapi.services.yml

View source
  1. class: \Drupal\zoomapi\Client\ZoomApiClient
  2. arguments:
  3. - '@http_client'
  4. - '@key.repository'
  5. - '@config.factory'
  6. - '@logger.channel.zoomapi'
  7. - '@datetime.time'