Skip to content

Commit

Permalink
Added more clarity on Existing API vs New API
Browse files Browse the repository at this point in the history
  • Loading branch information
dishamodi0910 authored Jun 2, 2024
1 parent b224f70 commit 96d0255
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,23 @@
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=JavaScript&logoColor=black">

</div>

<br>
<div align="left">
<h2 align="center">New API v/s Existing API</h2>

<div style="color : red">
<i><b>

📌New API is the one where all the endpoints are defined by you and there is no integration of any API that's already existing.

📌Existing API means that there is an API that is already existing, you are just fetching data and displaying it from external source.<br>

</b>
</i>
</div>


<br>
<div align="left">
<h2 align="center">🚀When you can expect your PR will get accepted?</h2>
Expand Down

0 comments on commit 96d0255

Please sign in to comment.