Skip to content

Commit

Permalink
Merge pull request #2395 from prajwaldhatti123/psLinksHub
Browse files Browse the repository at this point in the history
feat(backend/api): add new Api to Api list (#2364)
  • Loading branch information
rupali-codes authored Jul 7, 2024
2 parents 1a86489 + 8997490 commit d0fae10
Show file tree
Hide file tree
Showing 2 changed files with 4,871 additions and 3,831 deletions.
13 changes: 10 additions & 3 deletions database/backend/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "Google Maps Platform offers a free $200 monthly credit for Maps, Routes, and Places.",
"url": "https://developers.google.com/maps",
"category": "backend",
"subcategory": "api"
"subcategory": "api"
},
{
"name": "Stripe",
"description": "Stripe is a suite of payment APIs that powers commerce for online businesses of all sizes.",
"url": "https://stripe.com",
"category": "backend",
"subcategory": "api"
"subcategory": "api"
},
{
"name": "Youtube API",
Expand Down Expand Up @@ -138,5 +138,12 @@
"url": "https://apislist.com/",
"category": "backend",
"subcategory": "api"
},
{
"name": "News API",
"description": "News API is a simple, easy-to-use REST API that returns JSON search results for current and historic news articles published by over 150,000 worldwide sources.",
"url": "https://newsapi.org/",
"category": "backend",
"subcategory": "api"
}
]
]
Loading

0 comments on commit d0fae10

Please sign in to comment.