|
|
|
|
|
by Balooga
338 days ago
|
|
> You describe how web pages work, web pages are intended for human interactions Exactly, yes! The first few sentences from Wikipedia... "REST (Representational State Transfer) is a software architectural style that was created to describe the design and guide the development of the architecture for the World Wide Web. REST defines a set of constraints for how the architecture of a distributed, Internet-scale hypermedia system, such as the Web, should behave." -- [1] If you are desiging a system for the Web, use REST. If you are designing a system where a native app (that you create) talks to a set of services on a back end (that you also create), then why conform to REST principles? [1] - https://en.wikipedia.org/wiki/REST |
|