Tag: representational state transfer (REST)

Mobile Developers: Is REST Keeping You Up At Night?

Mobile Developers: Is REST Keeping You Up At Night?

REpresentational State Transfer, commonly known as “REST”, describes a standard for programmatic communication with backend data services over the web. A REST API is a programming interface that uses HTTP requests to POST (create), GET (read), PUT (update), and DELETE...