From 33705fdb30d11d21024fa2d563be50197a436a65 Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Fri, 31 May 2024 19:52:37 +0400 Subject: [PATCH] Add lox24eu/lox24_api_client_bundle bundle recipe (#1621) * Add lox24eu/lox24_api_client_bundle bundle recipe * Fixed Indendation and other auto-test issues * Fixed Indendation and other auto-test issues * Fixed Indendation and other auto-test issues * Fixed Indendation and other auto-test issues * Fixed Indendation and other auto-test issues * Fixed Indendation and other auto-test issues --- .../0.3/config/lox24_api.yaml | 5 +++++ lox24eu/lox24_api_client_bundle/0.3/manifest.json | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 lox24eu/lox24_api_client_bundle/0.3/config/lox24_api.yaml create mode 100644 lox24eu/lox24_api_client_bundle/0.3/manifest.json diff --git a/lox24eu/lox24_api_client_bundle/0.3/config/lox24_api.yaml b/lox24eu/lox24_api_client_bundle/0.3/config/lox24_api.yaml new file mode 100644 index 00000000..8cda7927 --- /dev/null +++ b/lox24eu/lox24_api_client_bundle/0.3/config/lox24_api.yaml @@ -0,0 +1,5 @@ +lox24: + api: + token: '%env(LOX24_API_TOKEN)%' + http_client: '@psr18.http_client' + request_factory: '@nyholm.psr7.psr17_factory' diff --git a/lox24eu/lox24_api_client_bundle/0.3/manifest.json b/lox24eu/lox24_api_client_bundle/0.3/manifest.json new file mode 100644 index 00000000..4264cb78 --- /dev/null +++ b/lox24eu/lox24_api_client_bundle/0.3/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "lox24\\bundle\\api_client\\LOX24Bundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/packages/" + }, + "env": { + "LOX24_API_TOKEN": "FILL LOX24 API TOKEN HERE" + } +}