From c0c9d43b38b1901474829d41a7f043bd8876ba4c Mon Sep 17 00:00:00 2001 From: Charlie Date: Tue, 24 Mar 2026 00:46:51 +0800 Subject: [PATCH] Add apicmd to API Clients (Open Source) apicmd turns any API into a CLI with named commands, parameter validation, and --help. It reads OpenAPI specs to generate operations automatically and is designed for both LLM agents and human use. https://github.com/charlie103721/apicmd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1c5d1c..10c6055 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ Contributions are most welcome. Categories are also open to suggestions! ## API Clients ### Open Source +- [apicmd](https://github.com/charlie103721/apicmd): Turn any API into a CLI with named commands, parameter validation, and --help. Reads OpenAPI specs to generate operations automatically. Designed for LLM agents and human use alike. - [Hoppscotch](https://github.com/hoppscotch/hoppscotch): API client for REST, GraphQL, Websocket, SSE, Socket.IO and MQTT - [Hurl](https://github.com/Orange-OpenSource/hurl): Hurl makes it easy to work with HTML content, REST / SOAP / GraphQL APIs, or any other XML / JSON based APIs. - [ATAC](https://github.com/Julien-cpsn/ATAC): A feature-full TUI API client made in Rust. ATAC is free, open-source, offline and account-less.