drupal-eca-recipe / eca_lib_0033
Follow up to ECA and http services, using a self-defined services API for the HTTP Client Manager. Requires the ECA TV Demo module, which supplies that services API.
Package info
gitlab.lakedrops.com/drupal/recipes/eca_lib_0033
Type:drupal-recipe
pkg:composer/drupal-eca-recipe/eca_lib_0033
Requires
- drupal/eca: *
- drupal/eca_tv_demo: *
- drupal/http_client_manager: *
- drupal/modeler_api: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
ID: eca_lib_0033
This model is a follow up version of ECA and http services and uses a self-defined services API for the HTTP Client Manager.
That services API is provided by the ECA TV Demo module, which this recipe requires and installs.
The creation of this module was recorded and the video with additional explanations can be watched here.
Installation
## Import recipe
composer require drupal-eca-recipe/eca_lib_0033
# Apply recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0033
# Apply recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0033
# Rebuilding caches is optional, sometimes required:
drush cr