Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Add recipe for datana-gmbh/formulario-api #1544

Merged
merged 3 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
services:
_defaults:
autowire: true

Datana\Formulario\Api\DatapoolClient:
OskarStark marked this conversation as resolved.
Show resolved Hide resolved
arguments:
- '%env(FORMULARIO_API_BASE_URI)%'
- '%env(FORMULARIO_API_TOKEN)%'

Datana\Formulario\Api\DateneingabenApi: null
Datana\Formulario\Api\DateneingabenApiInterface: '@Datana\Formulario\Api\DateneingabenApi'

Datana\Formulario\Api\StatisticsApi: null
Datana\Formulario\Api\StatisticsApiInterface: '@Datana\Formulario\Api\StatisticsApi'
9 changes: 9 additions & 0 deletions datana-gmbh/formulario-api/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"FORMULARIO_API_BASE_URI": "",
"FORMULARIO_API_TOKEN": "",
OskarStark marked this conversation as resolved.
Show resolved Hide resolved
}

Check failure on line 8 in datana-gmbh/formulario-api/1.0/manifest.json

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Expecting property name enclosed in double quotes
}
Loading