Top 7 Rust api-client Projects
-
Project mention: These 20 Awesome API Clients Will Change How You Work with APIs | dev.to | 2025-06-11
ATAC is a lightweight, terminal-based API client that brings Postman-like capabilities to the command line. Designed for simplicity and speed, it’s great for developers who live in the terminal but want a structured, menu-driven way to send and inspect HTTP requests.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
Project mention: Show HN: Mixing Deterministic Codegen with LLM Codegen for Client SDKs | news.ycombinator.com | 2025-08-26
Hi HN, I’m Patrick. Elias, Kevin, and I are building Sideko (https://sideko.dev), a new type of code generator for building and maintaining API client SDKs from OpenAPI specs.
Our approach differs significantly from traditional SDK generators in that we use structured pattern matching queries to create and update the code. Other SDK generators use templates, which overwrite custom changes and produce code that looks machine generated.
We’ve mixed in LLM codegen by creating this workflow: Run deterministic codegen to establish the SDK structure. Let LLMs enhance specific components where adaptability adds value and include agent rules files that enforce consistency and correctness with type checking and integration tests against mock servers. The system will retain the LLM edits, while the rest of the SDK is automatically maintained by the deterministic generator (keeping it in sync with the API). LLMs can edit most the files (see python rules and typescript rules).
You can try it out from your terminal:
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Rust api-client discussion
Rust api-client related posts
Index
What are some of the best open-source api-client projects in Rust? This list will help you:
# | Project | Stars |
---|---|---|
1 | ATAC | 2,953 |
2 | hac | 206 |
3 | crates-io-api | 81 |
4 | sideko | 63 |
5 | Duri | 5 |
6 | sc-api-rs | 2 |
7 | ifttt-webhook | 1 |