Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user