Files
symfony-flex-recipes-contrib/calliostro.discogs-bundle.4.0.json
T
github-action[bot]andgithub-action[bot] a9638b4699 Update Flex endpoint
2025-09-13 06:11:43 +00:00

48 lines
2.1 KiB
JSON

{
"manifests": {
"calliostro/discogs-bundle": {
"manifest": {
"bundles": {
"Calliostro\\DiscogsBundle\\CalliostroDiscogsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#DISCOGS_PERSONAL_ACCESS_TOKEN": "",
"#DISCOGS_CONSUMER_KEY": "",
"#DISCOGS_CONSUMER_SECRET": ""
}
},
"files": {
"config/calliostro_discogs.yaml": {
"contents": [
"calliostro_discogs:",
" # Recommended: Personal Access Token (get from https://www.discogs.com/settings/developers)",
" # personal_access_token: '%env(DISCOGS_PERSONAL_ACCESS_TOKEN)%'",
"",
" # Alternative: Consumer credentials for OAuth applications",
" # Get from https://www.discogs.com/applications",
" # consumer_key: '%env(DISCOGS_CONSUMER_KEY)%'",
" # consumer_secret: '%env(DISCOGS_CONSUMER_SECRET)%'",
"",
" # Optional: HTTP User-Agent header for API requests",
" # Default: 'DiscogsClient/4.0.0 (+https://github.com/calliostro/php-discogs-api)'",
" # user_agent: 'MyApp/1.0 +https://myapp.com'",
"",
" # Optional: Rate limiting configuration (default values shown)",
" # throttle:",
" # enabled: true",
" # microseconds: 1000000 # 1 second delay between requests",
""
],
"executable": false
}
},
"ref": "0856399822effa692aa9c7a220536c2df8708aea"
}
}
}