. Hello, world!

What is API

API stand for application programming interface

What is Rest

Rest is stand for Representational State Transfer

if is an architectural style for network communication between two application which relies on a stateless protocol (Usually HTTP) for interaction

What makes an API a Restful API

   API Versioning

   we can send version in header of request and in URL as well