[Golang iniciante #3] Primeira API REST com GO e Gin: Endpoints GET e DELETE (pelo ID)



[Golang iniciante #3] Primeira API REST com GO e Gin: Endpoints GET e DELETE (pelo ID)

[Golang iniciante #3] Primeira API REST com GO e Gin: Endpoints GET  e DELETE (pelo ID)

Neste vídeo, damos seguimento na implementação de uma API REST em Golang com dois endpoints: um para obter um item pelo ID e um outro para excluir um item pelo ID.
.
.
00:00 – Intro
00:27 – Endpoint GET item pelo ID
10:41 – Executa endpoint GET no postman
13:23 – Endpoint DELETE item pelo ID
18:14 – Executa endpoint DELETE no postman
.
.
[Golang iniciante #1] Primeiros passos para construir uma API REST em GO:
https://www.youtube.com/watch?v=sXYCvKsJG50
.
.
[Golang iniciante #2] Primeira API REST com GO e Gin: Endpoint GET (all) e POST
https://youtu.be/cFQajAMrt1U
.
.
Códigos do vídeo no Github:
https://github.com/marcioalexandre/videos/tree/main/Golang/produto-service