Skip to content

Commit

Permalink
feat: Added new APIs to the api.json file
Browse files Browse the repository at this point in the history
Added new APIs to the api.json file
  • Loading branch information
Bashamega authored Sep 27, 2024
2 parents 49ee36a + d2549f0 commit a38c195
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/db/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,35 @@
"name": "Stripe API",
"link": "https://docs.stripe.com/api",
"ctg": "Payments"
},
{
"id": 21,
"name": "OpenAI API",
"link": "https://platform.openai.com/docs/overview",
"ctg": "AI"
},
{
"id": 22,
"name": "Zoom API",
"link": "https://developers.zoom.us/docs/api/",
"ctg": "Communication"
},
{
"id": 23,
"name": "NewsAPI",
"link": "https://newsapi.org/docs/get-started",
"ctg": "News"
},
{
"id": 24,
"name": "Marvel API",
"link": "https://developer.marvel.com/",
"ctg": "Entertainment"
},
{
"id": 25,
"name": "Twilio API",
"link": "https://www.twilio.com/docs/usage/api",
"ctg": "Communication"
}
]

0 comments on commit a38c195

Please sign in to comment.