Annotation-Driven API
Define APIs using decorators like @Get, @Post, and @HttpApi, with automatic request proxying
Define APIs using decorators like @Get, @Post, and @HttpApi, with automatic request proxying
Out-of-the-box retry, debounce, and throttle capabilities to handle common request scenarios
Network-level request interception with MSW, supporting both real and mock interfaces in one definition
Fine-grained request/response interception using @Before, @After, and other AOP decorators
Manage axios instances and configurations through IoC container for better modularity
Full compatibility with original Axios APIs, ensuring smooth migration for existing projects