383c38747b317d400f282b8ac8998dc1d8325e50
All checks were successful
CI Pipeline for the Go API / Docker Image Build Test (push) Successful in 20s
CI Pipeline for the Go API / Go Vet (basic static check) (push) Successful in 6s
CI Pipeline for the Go API / Go Build & Cross-Compile (push) Successful in 22s
CI Pipeline for the Go API / Kubernetes Smoke Test (push) Successful in 3s
Add Number API
Ez az api összead két számot.
Endpoints
/health
GET
Ez visszaadja, hogy jól van-e az api
/add
POST
Összead két számot
Egy lehetséges requestek:
{
"pinCode" : 1234,
"n1" : 4,
"n2" : 10
}
asdváltozásasd
Description
Languages
Go
91%
Dockerfile
9%