REST basically is a style of web architecture that governs the behavior of clients and servers. While API is a more general set of protocols and areis deployed over athe software to help it interact with some other software. REST is only geared towards web applications. And mostly deals with HTTP requests and responses. This makes it practically usable by any programming language and easy to test.
Abhishek Patil
- 1.5k
- 4
- 36
- 66