Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-05-14 17:34:43 +00:00
parent d27975b16b
commit 6e00846517
3 changed files with 0 additions and 48 deletions
-1
View File
@@ -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) |
-3
View File
@@ -924,9 +924,6 @@
"0.7",
"1.0"
],
"jbtcd/fitbit-bundle": [
"1.0"
],
"jeandanyel/crud-bundle": [
"0.1"
],
-44
View File
@@ -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"
}
}
}