feat: add scaffold HTTP mock support
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
This commit is contained in:
3
mci-mock/__files/cmm_memo_retriever.json
Normal file
3
mci-mock/__files/cmm_memo_retriever.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"resultCode" : "SUCCESS"
|
||||
}
|
||||
13
mci-mock/mappings/cmm_memo_retriever.json
Normal file
13
mci-mock/mappings/cmm_memo_retriever.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"request" : {
|
||||
"method" : "POST",
|
||||
"urlPath" : "/MEMO0000001"
|
||||
},
|
||||
"response" : {
|
||||
"status" : 200,
|
||||
"headers" : {
|
||||
"Content-Type" : "application/json;charset=UTF-8"
|
||||
},
|
||||
"bodyFileName" : "cmm_memo_retriever.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user