https://github.com/antonio-nicolau/clientao
ClientAO is an open-source cross-platform API Client for building and using APIs, visually inspect responses.
https://github.com/antonio-nicolau/clientao
api-client dart flutter flutter-desktop flutter-tools http-client
Last synced: 11 months ago
JSON representation
ClientAO is an open-source cross-platform API Client for building and using APIs, visually inspect responses.
- Host: GitHub
- URL: https://github.com/antonio-nicolau/clientao
- Owner: antonio-nicolau
- Created: 2023-04-01T19:40:03.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-19T16:08:22.000Z (about 3 years ago)
- Last Synced: 2025-06-10T17:08:35.057Z (about 1 year ago)
- Topics: api-client, dart, flutter, flutter-desktop, flutter-tools, http-client
- Language: Dart
- Homepage:
- Size: 706 KB
- Stars: 42
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# ClientAO
## Please support this initiative by giving this project a Star ⭐️
[
](https://discord.gg/mkFrZvhn)
ClientAO is an open-source cross-platform API Client for building and using APIs, visually inspect responses.

With ClientAO you can:
- Draft Collections to help you have your requests organised:
- Create different types of HTTP requests (GET, POST, PATCH, PUT and DELETE)
- Create WebSocket requests
- Easily manipulate request query params, Headers, Auth and body
- Inspect request Response (status code, headers, body, time taken and response body size)
- View formatted code previews for types like JSON, XML, HTML, etc...
- For return results as images (video coming soon), ClientAO helps by directly previewing these results
- Create and manage environment variables
https://github.com/antonio-nicolau/ClientAO/assets/67912928/a9f08cfa-6cf4-47fc-ada9-0b28b016ae83
### Features of ClientAO
1. Create HTTP request
https://github.com/antonio-nicolau/ClientAO/assets/67912928/b89e5e96-2f62-41e5-9323-a66401ab6837
2. Create WebSocket request
https://github.com/antonio-nicolau/ClientAO/assets/67912928/f6a39e4d-487c-4425-8522-f0f7d5869e00
3. Generate Client code, it supports Dart with http package, NodeJS with http & Axios
https://github.com/antonio-nicolau/ClientAO/assets/67912928/2ceb2761-f82c-4181-a851-0a74ed1cef9d
4. Create and manage Environment variables
https://github.com/antonio-nicolau/ClientAO/assets/67912928/6a52a907-37c2-4196-b58c-9dd85c723966
5. Dark mode support
https://github.com/antonio-nicolau/ClientAO/assets/67912928/8b7be719-96ec-4f0b-a124-eb71f4539287
### Important to getting started
This project uses Records feature which is available on Dart 3.0.0, so to avoid error when running remember to update your Dart version in the `pubspec.yaml`
```
environment:
sdk: '>=3.0.0 <4.0.0'
```
- [Hive](https://pub.dev/packages/hive) for Local cache with 🥹
- [Hooks_riverpod](https://pub.dev/packages/hooks_riverpod) as state management. 😍
- [Http](https://pub.dev/packages/http) for http requests 😇
- [davi](https://pub.dev/packages/davi) for amazing table view 😊
In case you need any help with ClientAO please feel free to drop by our [Discord server](https://discord.gg/mkFrZvhn). Would be great to have you there 😊
### Download
> **_NOTE:_** Since I don't have an Apple developer account, I can't generate an assigned package, so when trying to install your operating system will warn you that this software is dangerous
ClientAO is available for Mac, Windows, you can downloaded from the links below:
MacOS (Universal build - Apple Silicon & Intel) - [Download Link](https://github.com/antonio-nicolau/ClientAO/releases/download/v1.0.1/Clientao.dmg)
Windows - [Download Link](https://github.com/antonio-nicolau/ClientAO/releases/download/v1.0.1/client_ao.exe)
### Having issue, want to request a feature or give Feedback
Just click on the [Issue tab](https://github.com/antonio-nicolau/ClientAO/issues) to raise a new issue in this repo.
### How can I Contribute?
Please check out [CONTRIBUTING.md](https://github.com/antonio-nicolau/ClientAO/blob/master/CONTRIBUTING.md)
## Support Donate
If you find this project useful, you can buy me a coffee ☕️
will be very grateful to you for your support 😊
[](https://ko-fi.com/antonionicolau)
