UNPKG

apx-toolkit

Version:

Automatically discover APIs and generate complete integration packages: code in 12 languages, TypeScript types, test suites, SDK packages, API documentation, mock servers, performance reports, and contract tests. Saves 2-4 weeks of work in seconds.

35 lines (23 loc) โ€ข 804 B
# APX Toolkit VS Code Extension **Discover APIs and generate code directly from VS Code!** ## Features - ๐Ÿ” **Right-click โ†’ Discover API** - Discover APIs from any URL - ๐Ÿ’ป **Generate Code** - Generate code snippets in 12 languages - ๐Ÿ“š **Auto Documentation** - Generate API documentation automatically - ๐Ÿงช **Test Suites** - Generate test suites in 5 frameworks - ๐Ÿ“ฆ **SDK Packages** - Generate ready-to-publish SDK packages ## Usage 1. Right-click in Explorer โ†’ "Discover API with APX" 2. Enter URL 3. Get complete API integration package! ## Installation ```bash cd vscode-extension npm install npm run compile ``` Then install in VS Code: - Press F5 to launch extension development host - Or package and install: `vsce package` --- **Coming soon: Full VS Code integration!**