Just an API client with the feel of popular desktop API clients like Postman or Insomnia but for mobile devices.
- HTTP Client: Support for GET, POST, PUT, DELETE, and more.
- WebSocket Support: Real-time communication testing.
- Collections: Organize your requests into logical groups.
- Environments: Supports collection specific environment with feature like cookie managed keys.
- History: Keep track of your past requests.
- Request Client Core
- Import/Export configuration
- Request collection
- Collection Environment
- Cookie managed environment
- Pretty json rendering
- Websocket client
- Data encryption even import-export
- Plugin Support
- Flutter SDK (Stable channel)
- Android Studio / VS Code with Flutter extension (optional but recommended)
- Android
- Windows
- Linux
- Clone the repository:
git clone https://github.com/nexinlabs/payload.git
- Navigate to the project directory:
cd payload - Install dependencies:
flutter pub get
- Run the app:
flutter run
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.