Usage
EasyYapi supports the following usage methods:
Method 1: Export via Shortcut
- Open a file containing APIs in your project, or select files/folders in the IDEA project panel
- Use shortcut
Alt + Shift + E(Windows/Linux) orCtrl + E(macOS) - Select the APIs to export
- Choose the export channel:
YApi/Markdown/Postman - Click the ✔ button or press Enter to complete the export
Method 2: Export via Right-Click
- Open a file containing APIs in your project, or select files/folders in the IDEA project panel
- Right-click on the file content or folder
- Select
ExportYapi/ExportPostman/ExportMarkdownto export all APIs in the file or folder
Method 3: Call API
- Open a file containing APIs in your project
- Click the gutter icon next to the API method
- Send API requests directly from the IDE
See Call API for more details.