From 4279949ed95d612dc2044383a3ab3b209eb889cd Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Fri, 1 Apr 2022 15:07:16 +0200 Subject: [PATCH 1/2] Add Curl to Fetch --- helpers/curl-to-fetch.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 helpers/curl-to-fetch.json diff --git a/helpers/curl-to-fetch.json b/helpers/curl-to-fetch.json new file mode 100644 index 00000000..5035060a --- /dev/null +++ b/helpers/curl-to-fetch.json @@ -0,0 +1,13 @@ +{ + "name": "Online cURL to fetch API converter", + "desc": "Get the equivalent JavaScript fetch code from a cURL command", + "url": "https://kigiri.github.io/fetch/", + "tags": [ + "Command line", + "HTTP" + ], + "maintainers": [ + "kigiri" + ], + "addedAt": "2022-03-17" +} From a410bbf46f42887c8fe2444bd450978f0ea79ed7 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Fri, 1 Apr 2022 15:11:23 +0200 Subject: [PATCH 2/2] Update curl-to-fetch.json --- helpers/curl-to-fetch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/curl-to-fetch.json b/helpers/curl-to-fetch.json index 5035060a..4523e86e 100644 --- a/helpers/curl-to-fetch.json +++ b/helpers/curl-to-fetch.json @@ -4,7 +4,8 @@ "url": "https://kigiri.github.io/fetch/", "tags": [ "Command line", - "HTTP" + "HTTP", + "Fetch" ], "maintainers": [ "kigiri"