mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 20:36:36 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user