Skip to content

antonio-nicolau/ClientAO

Repository files navigation

ClientAO

Please support this initiative by giving this project a Star ⭐️

ClientAO is an open-source cross-platform API Client for building and using APIs, visually inspect responses.

Screenshot 2023-05-17 at 18 03 26

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
overview-compressed.mp4

Features of ClientAO

  1. Create HTTP request
Screen.Recording.2023-05-17.at.18.53.53.mov
  1. Create WebSocket request
Screen.Recording.2023-05-15.at.23.02.02.mov
  1. Generate Client code, it supports Dart with http package, NodeJS with http & Axios
codegen.mp4
  1. Create and manage Environment variables
with-env-management.mov
  1. Dark mode support
with-darkmode.mov

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 for Local cache with 🥹
  • Hooks_riverpod as state management. 😍
  • Http for http requests 😇
  • davi for amazing table view 😊

In case you need any help with ClientAO please feel free to drop by our Discord server. 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

Windows - Download Link

Having issue, want to request a feature or give Feedback

Just click on the Issue tab to raise a new issue in this repo.

How can I Contribute?

Please check out 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 😊

ko-fi

Buy Me A Coffee

About

ClientAO is an open-source cross-platform API Client for building and using APIs, visually inspect responses.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published