Skip to content

Commit

Permalink
Add datana-gmbh/iusta-api package (#1537)
Browse files Browse the repository at this point in the history
* Add `datana-gmbh/iusta-api`

* -
  • Loading branch information
OskarStark authored Aug 30, 2023
1 parent 6c7a369 commit b904924
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions datana-gmbh/iusta-api/1.0/config/packages/datana_iusta_api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
_defaults:
autowire: true

Datana\Iusta\Api\IustaClient:
arguments:
- '%env(IUSTA_API_BASE_URI)%'
- '%env(IUSTA_API_USERNAME)%'
- '%env(IUSTA_API_PASSWORD)%'

Datana\Iusta\Api\AktenApi: null
Datana\Iusta\Api\AktenApiInterface: '@Datana\Iusta\Api\AktenApi'
10 changes: 10 additions & 0 deletions datana-gmbh/iusta-api/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"IUSTA_API_BASE_URI": "",
"IUSTA_API_USERNAME": "",
"IUSTA_API_PASSWORD": ""
}
}

0 comments on commit b904924

Please sign in to comment.