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
Markdown
# 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!**