Skip to main content

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.

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 are deployed over a 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.

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 is deployed over the 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.

Source Link
S.Alvi
  • 154
  • 1
  • 12

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 are deployed over a 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.