what is api and wht is http methods

 what i s api


means application programming interface

api is used to client send any request taht will responds by backend with databse and sends back to client using api 

means api - is a mediaator

using api we can do

c- create-

r- read using get method

u- update- using put

d-delete- 

No comments:

Post a Comment

Event listening in react

 How we can listen to som eevents some envents fire like click or automatically user enters into input button , that is event on word type i...