Skip to content

Commit

Permalink
Add lox24eu/lox24_api_client_bundle bundle recipe (#1621)
Browse files Browse the repository at this point in the history
* Add lox24eu/lox24_api_client_bundle bundle recipe

* Fixed Indendation and other auto-test issues

* Fixed Indendation and other auto-test issues

* Fixed Indendation and other auto-test issues

* Fixed Indendation and other auto-test issues

* Fixed Indendation and other auto-test issues

* Fixed Indendation and other auto-test issues
  • Loading branch information
alebedev80 authored May 31, 2024
1 parent 50437fe commit 33705fd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lox24eu/lox24_api_client_bundle/0.3/config/lox24_api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
lox24:
api:
token: '%env(LOX24_API_TOKEN)%'
http_client: '@psr18.http_client'
request_factory: '@nyholm.psr7.psr17_factory'
13 changes: 13 additions & 0 deletions lox24eu/lox24_api_client_bundle/0.3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"bundles": {
"lox24\\bundle\\api_client\\LOX24Bundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/packages/"
},
"env": {
"LOX24_API_TOKEN": "FILL LOX24 API TOKEN HERE"
}
}

0 comments on commit 33705fd

Please sign in to comment.