Você precisa conhecer HTTP antes de mergulhar em REST: Nesse vídeo você vai aprender a base para desenvolver uma REST API usando o protocolo HTTP.
Curso Imersivo Especialista Spring REST:
Curso Gratuito de Spring REST para Iniciantes:
Se você está pensando em aprender REST ou já trabalha com isso mas nunca interagiu com um servidor HTTP na unha, provavelmente você pulou uma etapa e isso pode custar muito caro pra você em um futuro breve.
Nesse vídeo você vai aprender a base para desenvolver uma REST API usando o protocolo HTTP.
What is REST? The REST acronym is defined as a “REpresentational State Transfer” and is designed to take advantage of existing HTTP protocols when used
In this tutorial, you will learn the fundamentals of RESTful API design by applying REST principles and best practices. In additon, learn how to define resources, methods, requests, and responses.
Conceptualizing REST through a practical and objective approach. The goal of this article is to show off elements of the web architecture that are fundamental pieces of REST architecture.
When you need to build an API, your mind will likely jump to REST, the de facto standard for API creation. However, this is about to change with GraphQL, as its popularity quickly rises.
Representational state transfer (REST) is a style of software architecture. As described in a dissertation by Roy Fielding, REST is an "architectural style" that basically exploits the existing technology and protocols of the Web. RESTful is typically used to refer to web services implementing such an architecture.