first implementation of dolibarr api

This commit is contained in:
2020-10-12 14:49:58 +02:00
parent bceee0582e
commit 1691620986
8 changed files with 242 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
# config/packages/framework.yaml
framework:
http_client:
default_options:
headers:
DOLAPIKEY: '%env(DOLIBARR_API_KEY)%'