Initial commit

This commit is contained in:
2026-06-10 08:53:54 +02:00
commit e9d4775d31
5 changed files with 13 additions and 0 deletions
View File
+13
View File
@@ -0,0 +1,13 @@
version: "1.0"
project: "legacy-finance-api"
endpoints:
- path: "/accounts/{id}"
method: "GET"
cobol_source: "src/fetch_account.cbl"
procedure: "GET-ACCOUNT-DATA"
arguments:
- name: "id"
type: "PIC X(10)"
source: "path"
response_copybook: "src/structures/account_res.cpy"
View File
View File
View File