A lightweight open source API tool.
English | 简体中文
⚡ API Test
- Quickly test the API
- Test local API
📃 API management
- HTTP protocol
- Various formats of request body: FormData, XML, JSON, Raw
🌐 Test environment management
📶 Available offline
🌱 Extension Marketplace
-
Try the live demo
-
You can download it on Releases available for macOS, Windows
-
Read our document for more features
- Node.js,version ^14.17
npm ci
npm start
If you want to improve development efficiency, you can install the command-line Angular-cli officially provided by Angular to quickly generate templates such as components and services.
npm install -g @angular/cli
Command | Description |
---|---|
npm start |
In development mode, running on browser and desktop at the same time |
npm run ng:serve |
only runs in the browser |
npm run electron:serve |
only runs in the desktop |
Command | Description |
---|---|
npm run electron:build |
Packaging Electron applications for each platform |
npm run electron:build:win |
Packaging install customized installation package for windows |
Command | Description |
---|---|
npm run test |
Execute unit tests |
npm run e2e |
Execute end to end tests |
This project is licensed under the Apache-2.0 License - see the LICENSE.md file for details
If you'd like to contact us, please create a Github issue. Thank you!