1.0.14 • Published 10 months ago
@reapi/test-custom-lib v1.0.14
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
- This project serves as an example of how to build external libraries that integrate with the ReAPI API testing platform
- The library is built and distributed in UMD (Universal Module Definition) format, complete with TypeScript declarations (*.d.ts files)
- Note: The library uses a special registry mechanism in
index.tsthat differs from conventional library implementations. See documentation below for details.