📄️ RestFul API Introduction
RESTful API (Representational State Transfer API) is a web service architecture style based on HTTP protocol. RESTful API is designed to simplify communication between web applications and is usually used for data exchange between clients and servers. It emphasizes statelessness, resource orientation and standardized request methods, making the interaction of web services efficient and flexible.