Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-22 13:12:29 +00:00
parent 6baa3d0e33
commit 030c77cfa8
561 changed files with 11464 additions and 11344 deletions
+20 -19
View File
@@ -1,20 +1,6 @@
{
"locks": {
"jbtcd/fitbit-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "096a20f5f3114a3a90a61f2ca8755ceba162a27a"
}
}
},
"manifests": {
"jbtcd/fitbit-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "jbtcd/fitbit-bundle",
"version": "1.0",
"manifest": {
"bundles": {
"FitbitBundle\\FitbitBundle": [
@@ -31,13 +17,28 @@
},
"files": {
"config/packages/fitbit.yaml": {
"contents": "fitbit:\n # Get client ID and Secret, register an app here: https://dev.fitbit.com/apps\n clientId: '%env(FITBIT_CLIENT_ID)%'\n clientSecret: '%env(FITBIT_CLIENT_SECRET)%'\n # For available scopes, see here: https://dev.fitbit.com/build/reference/web-api/oauth2/#scope\n scopes:\n - activity\n - heartrate\n - location\n - nutrition\n - profile\n - settings\n - sleep\n - social\n - weight\n",
"executable": false,
"encoding": ""
"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
}
},
"origin": "jbtcd/fitbit-bundle:1.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
"ref": "096a20f5f3114a3a90a61f2ca8755ceba162a27a"
}
}
}