From 91a104c41ee9f458619a46d5bd49ec700b8e2e0e Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:43:12 -0700 Subject: [PATCH] Added Hoppscotch to new api-client category --- source/data/applications.json | 21 ++++++++++++++++++++- source/data/categories.json | 6 ++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/source/data/applications.json b/source/data/applications.json index 4bfe066..b68bce9 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -8423,7 +8423,7 @@ "platforms": [ "cross" ], - "category": "dev-tools", + "category": "api-client", "stars": 6854, "flags": [], "last_commit": "06/29/2025", @@ -9461,6 +9461,25 @@ "language": "Python", "license": "AGPL-3.0", "homepage_url": "https://romm.app" + }, + { + "name": "Hoppscotch", + "description": "", + "repo_url": "https://github.com/hoppscotch/hoppscotch", + "tags": [ + "cli-plus" + ], + "platforms": [ + "cross", + "web-cloud" + ], + "category": "api-client", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file diff --git a/source/data/categories.json b/source/data/categories.json index cf5acdb..a5f3697 100644 --- a/source/data/categories.json +++ b/source/data/categories.json @@ -714,6 +714,12 @@ "parent": "internet", "description": "" }, + { + "name": "API Client", + "id": "api-client", + "parent": "development", + "description": "" + }, { "name": "Other", "id": "other",