Block a user
satprog
deleted branch feature/20-transactions-put from personal-finance/datastore
2024-08-03 22:21:21 +00:00
Implements /transactions PUT method
Adds Go workflow to run UTs on CI
Fix resources naming scheme
Nada a dizer aqui! Parece-me fazer tudo sentido, desde a alteração da versão (suspeito que esteja correcto) para a alteração ao alterar o "path" do PUT e a correção dos testes ⭐⭐⭐⭐…
Implements /transactions PUT method
This is idiomatic Go. If the error == nil, then the function worked. https://go.dev/doc/effective_go#errors
Implements /transactions PUT method
You raise a good question. Logically, I don't think it's possible to have an invalid ID, it should be prevented by the OpenAPI spec. I think at the time this stayed like this to facilitate the…
Implements /transactions PUT method
Fixed on #25. I was initially thinking that a PUT could also create transactions, however the recommendation from the spec is that when the URI of a resource is generated server-side, creations…
satprog
deleted branch feature/18-transactions-post from personal-finance/datastore
2024-06-29 09:54:03 +00:00
Implements /transactions POST method
Adds Go workflow to run units on CI