From d734f22b8cd2e0777fc228e4edd2ac51b54dbf4a Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 27 Apr 2023 09:30:49 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...9c48186bf5d6f6efb0ac2f597a4df5b806261.json | 37 +++++++++++++++++++ datana-gmbh.url-shortener-api.1.0.json | 37 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 78 insertions(+) create mode 100644 archived/datana-gmbh.url-shortener-api/e239c48186bf5d6f6efb0ac2f597a4df5b806261.json create mode 100644 datana-gmbh.url-shortener-api.1.0.json diff --git a/RECIPES.md b/RECIPES.md index e9226596..bcb74f89 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -106,6 +106,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [datana-gmbh/intercom-config](https://packagist.org/packages/datana-gmbh/intercom-config) | [1.1](datana-gmbh/intercom-config/1.1) | | [datana-gmbh/logz-io-handler](https://packagist.org/packages/datana-gmbh/logz-io-handler) | [1.0](datana-gmbh/logz-io-handler/1.0) | | [datana-gmbh/sendgrid-dynamic-template-mailer](https://packagist.org/packages/datana-gmbh/sendgrid-dynamic-template-mailer) | [1.0](datana-gmbh/sendgrid-dynamic-template-mailer/1.0) | +| [datana-gmbh/url-shortener-api](https://packagist.org/packages/datana-gmbh/url-shortener-api) | [1.0](datana-gmbh/url-shortener-api/1.0) | | [datana-gmbh/zammad-api](https://packagist.org/packages/datana-gmbh/zammad-api) | [1.0](datana-gmbh/zammad-api/1.0) | | [deamon/logger-extra-bundle](https://packagist.org/packages/deamon/logger-extra-bundle) | [4.0](deamon/logger-extra-bundle/4.0) | | [debril/rss-atom-bundle](https://packagist.org/packages/debril/rss-atom-bundle) | [4.0](debril/rss-atom-bundle/4.0) | diff --git a/archived/datana-gmbh.url-shortener-api/e239c48186bf5d6f6efb0ac2f597a4df5b806261.json b/archived/datana-gmbh.url-shortener-api/e239c48186bf5d6f6efb0ac2f597a4df5b806261.json new file mode 100644 index 00000000..97b131cc --- /dev/null +++ b/archived/datana-gmbh.url-shortener-api/e239c48186bf5d6f6efb0ac2f597a4df5b806261.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "datana-gmbh/url-shortener-api": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "URL_SHORTENER_API_BASE_URI": "", + "URL_SHORTENER_API_USERNAME": "", + "URL_SHORTENER_API_PASSWORD": "" + } + }, + "files": { + "config/packages/datana_url_shortener_api.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + "", + " Datana\\UrlShortener\\Api\\UrlShortenerClient:", + " arguments:", + " - '%env(URL_SHORTENER_API_BASE_URI)%'", + " - '%env(URL_SHORTENER_API_USERNAME)%'", + " - '%env(URL_SHORTENER_API_PASSWORD)%'", + "", + " Datana\\UrlShortener\\Api\\UrlShortenerApi: null", + " Datana\\UrlShortener\\Api\\UrlShortenerApiInterface: '@Datana\\UrlShortener\\Api\\UrlShortenerApi'", + "" + ], + "executable": false + } + }, + "ref": "e239c48186bf5d6f6efb0ac2f597a4df5b806261" + } + } +} diff --git a/datana-gmbh.url-shortener-api.1.0.json b/datana-gmbh.url-shortener-api.1.0.json new file mode 100644 index 00000000..97b131cc --- /dev/null +++ b/datana-gmbh.url-shortener-api.1.0.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "datana-gmbh/url-shortener-api": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "URL_SHORTENER_API_BASE_URI": "", + "URL_SHORTENER_API_USERNAME": "", + "URL_SHORTENER_API_PASSWORD": "" + } + }, + "files": { + "config/packages/datana_url_shortener_api.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + "", + " Datana\\UrlShortener\\Api\\UrlShortenerClient:", + " arguments:", + " - '%env(URL_SHORTENER_API_BASE_URI)%'", + " - '%env(URL_SHORTENER_API_USERNAME)%'", + " - '%env(URL_SHORTENER_API_PASSWORD)%'", + "", + " Datana\\UrlShortener\\Api\\UrlShortenerApi: null", + " Datana\\UrlShortener\\Api\\UrlShortenerApiInterface: '@Datana\\UrlShortener\\Api\\UrlShortenerApi'", + "" + ], + "executable": false + } + }, + "ref": "e239c48186bf5d6f6efb0ac2f597a4df5b806261" + } + } +} diff --git a/index.json b/index.json index 3e386d47..a51a18fa 100644 --- a/index.json +++ b/index.json @@ -317,6 +317,9 @@ "datana-gmbh/sendgrid-dynamic-template-mailer": [ "1.0" ], + "datana-gmbh/url-shortener-api": [ + "1.0" + ], "datana-gmbh/zammad-api": [ "1.0" ],