RESTful API#
REST is an acronym for REpresentational State Transfer and an architectural style for APIs. Roy Fielding first presented this architectural style in 2000.
Like other architectural styles, REST has its guiding principles and constraints. These principles must be satisfied if a service interface needs to be referred to as RESTful. You can find out more here