From d4994458e7ceb2a76d60e4d1fa163f91f5449b97 Mon Sep 17 00:00:00 2001 From: Patrick Kelly Date: Mon, 23 Sep 2024 15:03:26 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 124eef7..99c571f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Use _OpenAPI 3.x_ specifications to generate: - SDKs with types, tests, authentication, and code snippets - Mock servers that mimic the behavior of your API - Hosted API Documentation that stays up to date automatically +- A command line interface for your API ## Installation @@ -72,7 +73,9 @@ The API key is read from (in order of priority): | Typescript | ✅ | | Rust | ✅ | | C# | 🚧 | -| Java | 🚧 | +| Java | ✅ | +| CLI | ✅ | + ```bash sideko sdk try (your Swagger/OpenAPI spec) python