REST (REpresentational State Transfer) API
Jump to navigation
Jump to search
Overview[edit | edit source]
Created by computer scientist Roy Fielding, REST is an API that conforms to the architectural style constraints of uniform interface, client-server decoupling, statelessness, cacheability, and layered system architecture. ([1]) There is also an optional constraint of code on demand.
To learn more about REST, see the full Wikipedia article here.