What is rest api design? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

What is rest api design?

What are it's benifits? Any help would be appreciated.

5th Jan 2019, 12:24 PM
Vinayak Sharma
Vinayak Sharma - avatar
2 Réponses
+ 3
REST or RESTful API design (Representational State Transfer) is designed to take advantage of existing protocols. While REST can be used over nearly any protocol, it usually takes advantage of HTTP when used for Web APIs.
5th Jan 2019, 1:21 PM
Raj Chhatrala
Raj Chhatrala - avatar
5th Jan 2019, 12:49 PM
program
program - avatar