Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 655 Bytes

File metadata and controls

24 lines (19 loc) · 655 Bytes

@objectstack/plugin-msw

0.3.1

Added

  • Initial release of MSW plugin for ObjectStack
  • MSWPlugin class implementing RuntimePlugin interface
  • ObjectStackServer mock server for handling API calls
  • Automatic generation of MSW handlers for ObjectStack API endpoints
  • Support for browser and Node.js environments
  • Custom handler support
  • Comprehensive documentation and examples
  • TypeScript type definitions

Features

  • Discovery endpoint mocking
  • Metadata endpoint mocking
  • Data CRUD operation mocking
  • UI protocol endpoint mocking
  • Request logging support
  • Configurable base URL
  • Integration with ObjectStack Runtime Protocol