From 517a95913f9f3341aedab48914fed2e80dccbb36 Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Sat, 7 Oct 2023 18:52:28 +0530 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index fc6cbfba..332995bf 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,25 @@ https://github.com/foss42/apidash/assets/615622/fccc569e-3152-47be-9f94-ceb851ee - Customize various options using a dedicated Settings screen. - Window Configuration (Size & Position) is persisted and restored on app start. (Only macOS & Windows) +## Code Generators + +API Dash currently supports API integration code generation for the following languages/libraries. + +|Language|Library| +|--|--| +| cURL | | +| HAR | | +| Dart | `http` | +| JavaScript | `axios` | +| JavaScript | `fetch` | +| JavaScript (`node.js`) | `axios` | +| JavaScript (`node.js`) | `fetch` | +| Python | `http.client` | +| Python | `requests` | +| Kotlin | `okhttp3` | + +We welcome contributions to support other programming languages/libraries/frameworks. Please check out more details [here](https://github.com/foss42/apidash/discussions/80). + ## What's new in v0.2.0? Visit [CHANGELOG.md](CHANGELOG.md)