REST API Concepts
摘要
REST is an acronym for Representational State Transfer. REST API is an architectural style for designing networked applications, particularly web services. It defines a set of constraints and principles that enable communication between different systems over the internet. If we design an API using REST architecture, that API is called REST API.