What is REST API? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is REST API?

31st May 2020, 1:42 AM
Asif10
3 Respostas
+ 5
A REST API works in a similar way. You search for something, and you get a list of results back from the service youā€™re requesting from. AnĀ APIĀ is an application programming interface. It is a set of rules that allow programs to talk to each other. The developer creates the API on the server and allows the client to talk to it. RESTĀ determines how the API looks like. It stands for ā€œRepresentational State Transferā€. It is a set of rules that developers follow when they create their API. One of these rules states that you should be able to get a piece of data (called a resource) when you link to a specific URL. Each URL is called aĀ requestĀ while the data sent back to you is called aĀ response.
31st May 2020, 3:20 AM
šŸ’ž SHAINA šŸ’ž
šŸ’ž SHAINA šŸ’ž - avatar
+ 10
Already explained by šŸ’ž SHAINA šŸ’ž Didi and A J bhaiaya
1st Jun 2020, 11:11 AM
Coder
Coder - avatar