+ 2
What is rest api design?
What are it's benifits? Any help would be appreciated.
2 Antworten
+ 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.