API Connection
50 sites
Security covered
This module allows your Drupal website to connect to external APIs by providing a plugin system to define integrations with specific REST APIs. It also supports logging API requests and responses and differentiating between different environments.
API Connection module
This is a helper module to let your Drupal website connect to external APIs.
This module uses a Plugin architecture, that allows you to define a plugin in
your custom Drupal module, for each REST API / web service you want to integrate
with.
Features
- Provides a RestApiConnection plugin type to use in your modules for connecting to an external REST API.
- Ability to log REST API requests and responses in Drupal logger / watchdog.
- Ability to differentiate between dev / test / live environments.