npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@gener-api-test/apitest

v1.4.12

Published

OpenAPI client for @gener-api-test/apitest

Downloads

3

Readme

@gener-api-test/[email protected]

Install

npm install @gener-api-test/[email protected] --save

// Or with yarn

yarn add @gener-api-test/[email protected]

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

Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- ApplicationApi | createApplicationApiV1AppPost | POST /api/v1/app/ | Create Application ApplicationApi | deleteApplicationApiV1AppAppIdDelete | DELETE /api/v1/app/{app_id}/ | Delete Application ApplicationApi | getApplicationApiV1AppAppIdGet | GET /api/v1/app/{app_id}/ | Get Application ApplicationApi | listApplicationsApiV1AppGet | GET /api/v1/app/ | List Applications ApplicationApi | updateApplicationApiV1AppAppIdPut | PUT /api/v1/app/{app_id}/ | Update Application AuthenticationApi | getDashboardAccessApiV1AuthDashboardAccessAppIdPost | POST /api/v1/auth/dashboard-access/{app_id}/ | Get Consumer App Portal Access AuthenticationApi | logoutApiV1AuthLogoutPost | POST /api/v1/auth/logout/ | Logout EndpointApi | createEndpointApiV1AppAppIdEndpointPost | POST /api/v1/app/{app_id}/endpoint/ | Create Endpoint EndpointApi | deleteEndpointApiV1AppAppIdEndpointEndpointIdDelete | DELETE /api/v1/app/{app_id}/endpoint/{endpoint_id}/ | Delete Endpoint EndpointApi | getEndpointApiV1AppAppIdEndpointEndpointIdGet | GET /api/v1/app/{app_id}/endpoint/{endpoint_id}/ | Get Endpoint EndpointApi | getEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGet | GET /api/v1/app/{app_id}/endpoint/{endpoint_id}/headers/ | Get Endpoint Headers EndpointApi | getEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGet | GET /api/v1/app/{app_id}/endpoint/{endpoint_id}/secret/ | Get Endpoint Secret EndpointApi | getEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGet | GET /api/v1/app/{app_id}/endpoint/{endpoint_id}/stats/ | Get Endpoint Stats EndpointApi | listEndpointsApiV1AppAppIdEndpointGet | GET /api/v1/app/{app_id}/endpoint/ | List Endpoints EndpointApi | patchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatch | PATCH /api/v1/app/{app_id}/endpoint/{endpoint_id}/headers/ | Patch Endpoint Headers EndpointApi | recoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPost | POST /api/v1/app/{app_id}/endpoint/{endpoint_id}/recover/ | Recover Failed Webhooks EndpointApi | replayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPost | POST /api/v1/app/{app_id}/endpoint/{endpoint_id}/replay-missing/ | Replay Missing Webhooks EndpointApi | rotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePost | POST /api/v1/app/{app_id}/endpoint/{endpoint_id}/secret/rotate/ | Rotate Endpoint Secret EndpointApi | updateEndpointApiV1AppAppIdEndpointEndpointIdPut | PUT /api/v1/app/{app_id}/endpoint/{endpoint_id}/ | Update Endpoint EndpointApi | updateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPut | PUT /api/v1/app/{app_id}/endpoint/{endpoint_id}/headers/ | Update Endpoint Headers EventTypeApi | createEventTypeApiV1EventTypePost | POST /api/v1/event-type/ | Create Event Type EventTypeApi | deleteEventTypeApiV1EventTypeEventTypeNameDelete | DELETE /api/v1/event-type/{event_type_name}/ | Archive Event Type EventTypeApi | getEventTypeApiV1EventTypeEventTypeNameGet | GET /api/v1/event-type/{event_type_name}/ | Get Event Type EventTypeApi | listEventTypesApiV1EventTypeGet | GET /api/v1/event-type/ | List Event Types EventTypeApi | updateEventTypeApiV1EventTypeEventTypeNamePut | PUT /api/v1/event-type/{event_type_name}/ | Update Event Type HealthApi | healthApiV1HealthGet | GET /api/v1/health/ | Health IntegrationApi | createIntegrationApiV1AppAppIdIntegrationPost | POST /api/v1/app/{app_id}/integration/ | Create Integration IntegrationApi | deleteIntegrationApiV1AppAppIdIntegrationIntegIdDelete | DELETE /api/v1/app/{app_id}/integration/{integ_id}/ | Delete Integration IntegrationApi | getIntegrationApiV1AppAppIdIntegrationIntegIdGet | GET /api/v1/app/{app_id}/integration/{integ_id}/ | Get Integration IntegrationApi | getIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGet | GET /api/v1/app/{app_id}/integration/{integ_id}/key/ | Get Integration Key IntegrationApi | listIntegrationsApiV1AppAppIdIntegrationGet | GET /api/v1/app/{app_id}/integration/ | List Integrations IntegrationApi | rotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePost | POST /api/v1/app/{app_id}/integration/{integ_id}/key/rotate/ | Rotate Integration Key IntegrationApi | updateIntegrationApiV1AppAppIdIntegrationIntegIdPut | PUT /api/v1/app/{app_id}/integration/{integ_id}/ | Update Integration MessageApi | createMessageApiV1AppAppIdMsgPost | POST /api/v1/app/{app_id}/msg/ | Create Message MessageApi | getMessageApiV1AppAppIdMsgMsgIdGet | GET /api/v1/app/{app_id}/msg/{msg_id}/ | Get Message MessageApi | listMessagesApiV1AppAppIdMsgGet | GET /api/v1/app/{app_id}/msg/ | List Messages MessageAttemptApi | getAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGet | GET /api/v1/app/{app_id}/msg/{msg_id}/attempt/{attempt_id}/ | Get Attempt MessageAttemptApi | listAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGet | GET /api/v1/app/{app_id}/msg/{msg_id}/endpoint/ | List Attempted Destinations MessageAttemptApi | listAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGet | GET /api/v1/app/{app_id}/endpoint/{endpoint_id}/msg/ | List Attempted Messages MessageAttemptApi | listAttemptsApiV1AppAppIdMsgMsgIdAttemptGet | GET /api/v1/app/{app_id}/msg/{msg_id}/attempt/ | List Attempts MessageAttemptApi | listAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGet | GET /api/v1/app/{app_id}/attempt/endpoint/{endpoint_id}/ | List Attempts By Endpoint MessageAttemptApi | listAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGet | GET /api/v1/app/{app_id}/attempt/msg/{msg_id}/ | List Attempts By Msg MessageAttemptApi | listAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGet | GET /api/v1/app/{app_id}/msg/{msg_id}/endpoint/{endpoint_id}/attempt/ | List Attempts For Endpoint MessageAttemptApi | resendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPost | POST /api/v1/app/{app_id}/msg/{msg_id}/endpoint/{endpoint_id}/resend/ | Resend Webhook