From a57fb7e39c53d45fd520703d2dfbe31448e1635f Mon Sep 17 00:00:00 2001 From: Vivek Patil Date: Sun, 22 Sep 2024 16:37:37 +0530 Subject: [PATCH 1/2] add link for JSONing API --- database/backend/api.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/backend/api.json b/database/backend/api.json index c11544f21..b2643eae7 100644 --- a/database/backend/api.json +++ b/database/backend/api.json @@ -152,5 +152,12 @@ "url": "https://isro.vercel.app/", "category": "backend", "subcategory": "api" + }, + { + "name": "JSONing API", + "description": "JSONing (my website/project) is an open-source tool that enables to mock REST APIs using JSON file for prototyping.", + "url": "https://jsoning.com/api/", + "category": "backend", + "subcategory": "api" } ] \ No newline at end of file From 4e97d2bb7136ca8152d3b85a2ca957415105338a Mon Sep 17 00:00:00 2001 From: Vivek Patil Date: Tue, 24 Sep 2024 18:20:41 +0530 Subject: [PATCH 2/2] change the description for JSONing link --- database/backend/api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/backend/api.json b/database/backend/api.json index b2643eae7..27f422eda 100644 --- a/database/backend/api.json +++ b/database/backend/api.json @@ -155,7 +155,7 @@ }, { "name": "JSONing API", - "description": "JSONing (my website/project) is an open-source tool that enables to mock REST APIs using JSON file for prototyping.", + "description": "JSONing is an open-source tool that enables to mock REST APIs using JSON file for prototyping.", "url": "https://jsoning.com/api/", "category": "backend", "subcategory": "api"