UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

85 lines 2.17 kB
{ "actions": [ { "name": "getAllUnexpiredOTP", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/otps?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAllUnexpiredOTP-default.json" } ] }, { "name": "createOneTimePassword", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/otps?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createOneTimePassword-default.json" } ] }, { "name": "deleteValidOneTimePasswords", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/otps?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteOneTimePasswordById", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/otps/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }