Block a user
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
satprog
deleted branch 20-transactions-put from personal-finance/datastore
2024-06-24 20:51:05 +00:00
Return category on /transactions
satprog
pushed to feature/26-get-transaction-category at personal-finance/datastore
2024-06-24 20:45:48 +00:00
satprog
created branch feature/26-get-transaction-category in personal-finance/datastore
2024-06-24 20:45:48 +00:00