1.0.14 • Published 10 months ago

@reapi/test-custom-lib v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

ReAPI Custom External Library Example

This repository demonstrates how to create an external library for the ReAPI API testing platform, allowing you to extend the platform's functionality with custom logic.

Overview

  1. This project serves as an example of how to build external libraries that integrate with the ReAPI API testing platform
  2. The library is built and distributed in UMD (Universal Module Definition) format, complete with TypeScript declarations (*.d.ts files)
  3. Note: The library uses a special registry mechanism in index.ts that differs from conventional library implementations. See documentation below for details.