feat(webservice): Started on api endpoint

Using specific management and the WebserviceSpecificManagementInterface contract to tap into the webservice api.
This commit is contained in:
2026-02-23 11:32:36 +01:00
parent 5b3c638b5c
commit ff46d6c11c
9 changed files with 144 additions and 23 deletions

View File

@@ -15,7 +15,8 @@
"Module\\WsOrderreference\\": "src/"
},
"classmap": [
"ws_orderreference.php"
"ws_orderreference.php",
"classes/"
],
"exclude-from-classmap": []
},