feat: refactor API client to communicate via socket

This commit is contained in:
Björn Fromme
2025-01-15 15:30:55 +01:00
parent abbd067f8c
commit 6af42e5703
5 changed files with 113 additions and 26 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ services:
$options:
bpn_username: '%env(APP_BPN_USER)%'
bpn_password: '%env(APP_BPN_PASSWORD)%'
bpn_url: '%env(APP_BPN_ENDPOINT)%'
bpn_api_ip: '%env(APP_BPN_IP)%'
bpn_api_port: '%env(APP_BPN_PORT)%'
debug: '%env(bool:APP_BPN_DEBUG)%'
App\BusProNet\ResponseParser: