From 0b57fde12fd419b433c1ba3c63e5c8336e1e97bc Mon Sep 17 00:00:00 2001 From: Nick-Builds-tools Date: Wed, 29 Jul 2026 14:13:57 +0300 Subject: [PATCH] Add cURL to Fetch converter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90f916a..36ac131 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ Entries marked with `*` are especially beginner-friendly. - [Hoppscotch](https://hoppscotch.io) - Open source, browser-based API testing tool with REST, GraphQL, and WebSocket support. - [Insomnia](https://insomnia.rest) - API client supporting REST, GraphQL, gRPC, and SOAP with environment and team management. - [HTTPie](https://httpie.io) - Human-friendly command-line HTTP client with a clean syntax for API requests. +- [cURL to Fetch](https://alltoolsverse.com/tools/curl-to-fetch/) - Converts cURL requests into browser Fetch, TypeScript, Axios, or node-fetch code locally. - [Thunder Client](https://www.thunderclient.com) - Lightweight REST API client built directly into VS Code. - [Swagger UI](https://swagger.io/tools/swagger-ui) - Standard tool for rendering interactive, browsable documentation from OpenAPI specs.