clapi-cli
v0.0.1
Published
Any API, One Command Away™ - Turn any API into simple CLI commands
Downloads
5
Maintainers
Readme
CLAPI - Any API, One Command Away™
🚀 Note: This is a placeholder package. The real CLAPI is written in Rust and available at crates.io/crates/clapi-cli
What is CLAPI?
CLAPI transforms how developers interact with APIs by turning complex API calls into simple terminal commands.
Before CLAPI:
curl -X POST https://api.openai.com/v1/chat/completions \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "Hello"}]}'With CLAPI:
clapi openai chat "Hello"Installation
For the real CLAPI experience, install the Rust version:
cargo install clapi-cliLearn More
- 🌐 Website: clapi.dev
- 📦 Rust Package: crates.io/crates/clapi-cli
- 🐙 GitHub: github.com/getclapi/clapi
Coming Soon
- Natural language commands
- Support for 100+ APIs out of the box
- GraphQL, gRPC, and WebSocket support
- Team collaboration features
© 2025 CLAPI. Any API, One Command Away™
