REST API - Team Cambodia

From Coder Merlin
Revision as of 15:05, 20 August 2021 by Ricky-das (talk | contribs)
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Overview[edit]

An API (Application Programming Interface) is an application program that provides the connection between software applications and computers as well.

Example[edit]

Imagine you are at a restaurant, the kitchen would be the server while the waiter would be an API who takes your orders as the customer, the client, to the cooks in the kitchen. The API in this example behaved as the connection between the server and the client and demonstrates its use for communicating between software applications.

REST API[edit]

A REST API (Representational State Transfer) is a simplistic and standardized service that is flexible to the client's needs for an API.

Key Constraints[edit]

Client-Server[edit]

This constraints requires that the server and the cli

Stateless[edit]
Cache[edit]
Uniform Interface[edit]
Layered System[edit]
Code-On-Demand[edit]

This is a work in progress. Check back later!

Resources[edit]

https://www.mulesoft.com/resources/api/restful-api

https://www.mulesoft.com/resources/api/what-is-an-api

https://www.youtube.com/watch?v=lsMQRaeKNDk