easy-api
GitHub |
Issues |
Guide
A plugin that simplifies API development.
Help you generate API documentation from your code to postman/markdown
If the keyboard shortcuts do not work,please check for keyboard conflicts.
You can set the shortcut keys at Preferences(Settings) > KeyMap
Features
- Export Api(beta)
1. Open existed Spring Controller File Or Select files or directories from project navigation
You can use by this : "alt shift E(windows)/ctrl E(mac)"
2.select apis and channel
3.click [✔] button or press enter key
- Export Api To Postman
There are two ways to export api.
1. Open existed Spring Controller File
You can use by this : "Right click in the file -> generate... " or use its shortcuts "Alt + Insert" , then
choose the action "ExportPostman"
2. Select files or directories from project navigation
You can use by this : "Click [Code -> ExportPostman] in top"
- Quick API requests from code
Open existed Spring Controller File
Right click in the file -> generate... or use its shortcuts "Alt + Insert"
then choose the action "Call"
- Export API To Markdown(beta)
There are two ways to export api.
1. Open existed Spring Controller File
You can use by this : "Right click in the file -> generate... " or use its shortcuts "Alt + Insert" , then
choose the action "ExportMarkdown"
2. Select files or directories from project navigation
You can use by this : "Click [Code -> ExportMarkdown] in top"
- ApiDashBoard
You can use by this : "Click [Code -> ApiDashBoard] in top"
Then you can easily export api by drag it from project(left) to postman(right)
- ScriptExecutor
You can use by this : "Click [Code -> ScriptExecutor] in top"
Then you can easily write、load or run scripts.