Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-09-14 08:13:33 +00:00
parent db0fab11c1
commit 23d3ba9c53
2 changed files with 48 additions and 5 deletions
@@ -0,0 +1,45 @@
{
"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: Professional rate limiting (requires symfony/rate-limiter)",
" # rate_limiter: discogs_api # Your configured RateLimiterFactory service",
""
],
"executable": false
}
},
"ref": "a5aee08069c368dd353e8456011caf33cf5444e0"
}
}
}
+3 -5
View File
@@ -32,16 +32,14 @@
" # 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",
" # Optional: Professional rate limiting (requires symfony/rate-limiter)",
" # rate_limiter: discogs_api # Your configured RateLimiterFactory service",
""
],
"executable": false
}
},
"ref": "0856399822effa692aa9c7a220536c2df8708aea"
"ref": "a5aee08069c368dd353e8456011caf33cf5444e0"
}
}
}