Understanding API Methods
M
What are API methods in JS. API methods are used to get information from a server. Here are a few of those methods GET, POST, PATCH, and DELETE. GET is used to get your data from the server. POST means allows a developer to get that data and be able to put it some where. PATCH is used to fix something that is wrong and needs fixing. DELETE will let you delete the data that you have from the server.
Save
Comments
Log in to leave a comment.
