π€ REST API Design Best Practices
#api #restApi
β Article link: https://medium.com/@techworldwithmilan/rest-api-design-best-practices-2eb5e749d428
#api #restApi
There are different types of API protocols:
REST β relies on a client/server approach that separates the front and back ends of the API and provides considerable flexibility in development and implementation.
RPC β The remote procedural call (RPC) protocol sends multiple parameters and receives results.
SOAP β Supports a wide range of communication protocols found across the internet, such as HTTP, SMTP, and TCP.
WebSocket β Provides a way to exchange data between browser and server via a persistent connection.
β Article link: https://medium.com/@techworldwithmilan/rest-api-design-best-practices-2eb5e749d428
β€2