Settings
EasyApi provides flexible configuration through IDE settings, local config files, and remote config files.
Configuration Methods
| Method | Scope | Description |
|---|---|---|
| IDE Settings | Global | Configure in IntelliJ preferences |
| Local Config File | Project/Module | .easy.api.config or .easy.api.yml in project |
| Remote Config File | Project/Module | Load config from a remote URL |
Config Rules
Rules are the core of EasyApi's extensibility. They allow you to customize how APIs are parsed, documented, and exported.
- Available Rules — Full list of configuration rules
- Callbacks & Events — Parse and export event hooks
- Script Tools — Built-in tools for Groovy scripts
Advanced
- Groovy Local Extension — Extend EasyApi with custom Groovy scripts