1.4.12 • Published 1 year ago

@gener-api-test/apitest v1.4.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@gener-api-test/apitest@1.4.12

Install

npm install @gener-api-test/apitest@1.4.12 --save

// Or with yarn

yarn add @gener-api-test/apitest@1.4.12

Building

To build and compile the typescript sources to javascript use:

npm install
npm run build

// Or with yarn

yarn
yarn build

Documentation for API Endpoints

All URIs are relative to http://localhost

ClassMethodHTTP requestDescription
ApplicationApicreateApplicationApiV1AppPostPOST /api/v1/app/Create Application
ApplicationApideleteApplicationApiV1AppAppIdDeleteDELETE /api/v1/app/{app_id}/Delete Application
ApplicationApigetApplicationApiV1AppAppIdGetGET /api/v1/app/{app_id}/Get Application
ApplicationApilistApplicationsApiV1AppGetGET /api/v1/app/List Applications
ApplicationApiupdateApplicationApiV1AppAppIdPutPUT /api/v1/app/{app_id}/Update Application
AuthenticationApigetDashboardAccessApiV1AuthDashboardAccessAppIdPostPOST /api/v1/auth/dashboard-access/{app_id}/Get Consumer App Portal Access
AuthenticationApilogoutApiV1AuthLogoutPostPOST /api/v1/auth/logout/Logout
EndpointApicreateEndpointApiV1AppAppIdEndpointPostPOST /api/v1/app/{app_id}/endpoint/Create Endpoint
EndpointApideleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteDELETE /api/v1/app/{app_id}/endpoint/{endpoint_id}/Delete Endpoint
EndpointApigetEndpointApiV1AppAppIdEndpointEndpointIdGetGET /api/v1/app/{app_id}/endpoint/{endpoint_id}/Get Endpoint
EndpointApigetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetGET /api/v1/app/{app_id}/endpoint/{endpoint_id}/headers/Get Endpoint Headers
EndpointApigetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetGET /api/v1/app/{app_id}/endpoint/{endpoint_id}/secret/Get Endpoint Secret
EndpointApigetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetGET /api/v1/app/{app_id}/endpoint/{endpoint_id}/stats/Get Endpoint Stats
EndpointApilistEndpointsApiV1AppAppIdEndpointGetGET /api/v1/app/{app_id}/endpoint/List Endpoints
EndpointApipatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchPATCH /api/v1/app/{app_id}/endpoint/{endpoint_id}/headers/Patch Endpoint Headers
EndpointApirecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostPOST /api/v1/app/{app_id}/endpoint/{endpoint_id}/recover/Recover Failed Webhooks
EndpointApireplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostPOST /api/v1/app/{app_id}/endpoint/{endpoint_id}/replay-missing/Replay Missing Webhooks
EndpointApirotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostPOST /api/v1/app/{app_id}/endpoint/{endpoint_id}/secret/rotate/Rotate Endpoint Secret
EndpointApiupdateEndpointApiV1AppAppIdEndpointEndpointIdPutPUT /api/v1/app/{app_id}/endpoint/{endpoint_id}/Update Endpoint
EndpointApiupdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutPUT /api/v1/app/{app_id}/endpoint/{endpoint_id}/headers/Update Endpoint Headers
EventTypeApicreateEventTypeApiV1EventTypePostPOST /api/v1/event-type/Create Event Type
EventTypeApideleteEventTypeApiV1EventTypeEventTypeNameDeleteDELETE /api/v1/event-type/{event_type_name}/Archive Event Type
EventTypeApigetEventTypeApiV1EventTypeEventTypeNameGetGET /api/v1/event-type/{event_type_name}/Get Event Type
EventTypeApilistEventTypesApiV1EventTypeGetGET /api/v1/event-type/List Event Types
EventTypeApiupdateEventTypeApiV1EventTypeEventTypeNamePutPUT /api/v1/event-type/{event_type_name}/Update Event Type
HealthApihealthApiV1HealthGetGET /api/v1/health/Health
IntegrationApicreateIntegrationApiV1AppAppIdIntegrationPostPOST /api/v1/app/{app_id}/integration/Create Integration
IntegrationApideleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteDELETE /api/v1/app/{app_id}/integration/{integ_id}/Delete Integration
IntegrationApigetIntegrationApiV1AppAppIdIntegrationIntegIdGetGET /api/v1/app/{app_id}/integration/{integ_id}/Get Integration
IntegrationApigetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetGET /api/v1/app/{app_id}/integration/{integ_id}/key/Get Integration Key
IntegrationApilistIntegrationsApiV1AppAppIdIntegrationGetGET /api/v1/app/{app_id}/integration/List Integrations
IntegrationApirotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostPOST /api/v1/app/{app_id}/integration/{integ_id}/key/rotate/Rotate Integration Key
IntegrationApiupdateIntegrationApiV1AppAppIdIntegrationIntegIdPutPUT /api/v1/app/{app_id}/integration/{integ_id}/Update Integration
MessageApicreateMessageApiV1AppAppIdMsgPostPOST /api/v1/app/{app_id}/msg/Create Message
MessageApigetMessageApiV1AppAppIdMsgMsgIdGetGET /api/v1/app/{app_id}/msg/{msg_id}/Get Message
MessageApilistMessagesApiV1AppAppIdMsgGetGET /api/v1/app/{app_id}/msg/List Messages
MessageAttemptApigetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetGET /api/v1/app/{app_id}/msg/{msg_id}/attempt/{attempt_id}/Get Attempt
MessageAttemptApilistAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetGET /api/v1/app/{app_id}/msg/{msg_id}/endpoint/List Attempted Destinations
MessageAttemptApilistAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetGET /api/v1/app/{app_id}/endpoint/{endpoint_id}/msg/List Attempted Messages
MessageAttemptApilistAttemptsApiV1AppAppIdMsgMsgIdAttemptGetGET /api/v1/app/{app_id}/msg/{msg_id}/attempt/List Attempts
MessageAttemptApilistAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetGET /api/v1/app/{app_id}/attempt/endpoint/{endpoint_id}/List Attempts By Endpoint
MessageAttemptApilistAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetGET /api/v1/app/{app_id}/attempt/msg/{msg_id}/List Attempts By Msg
MessageAttemptApilistAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetGET /api/v1/app/{app_id}/msg/{msg_id}/endpoint/{endpoint_id}/attempt/List Attempts For Endpoint
MessageAttemptApiresendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostPOST /api/v1/app/{app_id}/msg/{msg_id}/endpoint/{endpoint_id}/resend/Resend Webhook