Skip to content

Commit 577b452

Browse files
authored
[calliostro/last-fm-client-bundle] Add recipe (#1852)
1 parent 2dd9228 commit 577b452

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
calliostro_last_fm_client:
2+
# Get your API credentials from https://www.last.fm/api/account/create
3+
api_key: '%env(LASTFM_API_KEY)%'
4+
secret: '%env(LASTFM_SECRET)%'
5+
6+
# Optional: session key for user-specific actions (scrobbling, etc.)
7+
# session: '%env(LASTFM_SESSION_KEY)%'
8+
9+
# Optional: HTTP client configuration
10+
# http_client_options:
11+
# timeout: 30
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"bundles": {
3+
"Calliostro\\LastFmClientBundle\\CalliostroLastFmClientBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"env": {
9+
"LASTFM_API_KEY": "",
10+
"LASTFM_SECRET": "",
11+
"#LASTFM_SESSION_KEY": ""
12+
}
13+
}

0 commit comments

Comments
 (0)