UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

147 lines 3.85 kB
{ "actions": [ { "name": "getAllUsersUsingGET", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/users?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAllUsersUsingGET-default.json" } ] }, { "name": "createUsersUsingPOST", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/users?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createUsersUsingPOST-default.json" } ] }, { "name": "getUsersByIdUsingGET", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/users/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getUsersByIdUsingGET-default.json" } ] }, { "name": "updateUsersByIdUsingPUT", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/users/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateUsersByIdUsingPUT-default.json" } ] }, { "name": "deleteUsersByIdUsingDELETE", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/users/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getUserProfileUsingGET", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/userprofile?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateUserProfileUsingPUT", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/userprofile?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }