diff --git a/db/resources.json b/db/resources.json index d6d8096b..447f363d 100644 --- a/db/resources.json +++ b/db/resources.json @@ -1,5 +1,5 @@ { -"count": 1468, +"count": 1469, "entries": [ { "API": "AdoptAPet", @@ -11240,6 +11240,15 @@ "Link": "https://avatars.dicebear.com/", "Category": "Test Data" }, + { + "API": "DummyJSON", + "Description": "Generate dummy data in JSON format", + "Auth": "Yes", + "HTTPS": true, + "Cors": "unknown", + "Link": "https://dummyjson.com/", + "Category": "Test Data" + }, { "API": "Faker", "Description": "Generate massive amounts of fake (but realistic) data for testing and development.",