Search by

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.

Maintainers

Package info

gitlab.lakedrops.com/drupal/recipes/eca_lib_0033

Type:drupal-recipe

pkg:composer/drupal-eca-recipe/eca_lib_0033

Transparency log

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

3.1.5 2026-08-28 18:37 UTC

This package is auto-updated.

Last update: 2026-08-28 18:39:18 UTC


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