From 6e008465175f3ab8cf94f0cb69b95e97032e060d Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 14 May 2026 17:34:43 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 - index.json | 3 --- jbtcd.fitbit-bundle.1.0.json | 44 ------------------------------------ 3 files changed, 48 deletions(-) delete mode 100644 jbtcd.fitbit-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 4bf3db70..7e4d38b5 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -291,7 +291,6 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [jane-php/open-api-common](https://packagist.org/packages/jane-php/open-api-common) | [7.0](../../../tree/main/jane-php/open-api-common/7.0) | | [jawira/case-converter-twig](https://packagist.org/packages/jawira/case-converter-twig) | [0.0](../../../tree/main/jawira/case-converter-twig/0.0) | | [jawira/doctrine-diagram-bundle](https://packagist.org/packages/jawira/doctrine-diagram-bundle) | [1.0](../../../tree/main/jawira/doctrine-diagram-bundle/1.0) | -| [jbtcd/fitbit-bundle](https://packagist.org/packages/jbtcd/fitbit-bundle) | [1.0](../../../tree/main/jbtcd/fitbit-bundle/1.0) | | [jeandanyel/crud-bundle](https://packagist.org/packages/jeandanyel/crud-bundle) | [0.1](../../../tree/main/jeandanyel/crud-bundle/0.1) | | [jeandanyel/list-bundle](https://packagist.org/packages/jeandanyel/list-bundle) | [0.1](../../../tree/main/jeandanyel/list-bundle/0.1) | | [jmonitor/jmonitor-bundle](https://packagist.org/packages/jmonitor/jmonitor-bundle) | [1.0](../../../tree/main/jmonitor/jmonitor-bundle/1.0) | diff --git a/index.json b/index.json index 4a6b8367..15aeda95 100644 --- a/index.json +++ b/index.json @@ -924,9 +924,6 @@ "0.7", "1.0" ], - "jbtcd/fitbit-bundle": [ - "1.0" - ], "jeandanyel/crud-bundle": [ "0.1" ], diff --git a/jbtcd.fitbit-bundle.1.0.json b/jbtcd.fitbit-bundle.1.0.json deleted file mode 100644 index 71ee6a07..00000000 --- a/jbtcd.fitbit-bundle.1.0.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "manifests": { - "jbtcd/fitbit-bundle": { - "manifest": { - "bundles": { - "FitbitBundle\\FitbitBundle": [ - "all" - ] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, - "env": { - "FITBIT_CLIENT_ID": "not-a-real-id", - "FITBIT_CLIENT_SECRET": "not-a-real-secret" - } - }, - "files": { - "config/packages/fitbit.yaml": { - "contents": [ - "fitbit:", - " # Get client ID and Secret, register an app here: https://dev.fitbit.com/apps", - " clientId: '%env(FITBIT_CLIENT_ID)%'", - " clientSecret: '%env(FITBIT_CLIENT_SECRET)%'", - " # For available scopes, see here: https://dev.fitbit.com/build/reference/web-api/oauth2/#scope", - " scopes:", - " - activity", - " - heartrate", - " - location", - " - nutrition", - " - profile", - " - settings", - " - sleep", - " - social", - " - weight", - "" - ], - "executable": false - } - }, - "ref": "096a20f5f3114a3a90a61f2ca8755ceba162a27a" - } - } -}