d2889688544d6c7a3b9eaf1ec4e3aaac669d31bf
Some checks failed
CI Pipeline for the Go API / Go Vet (basic static check) (push) Successful in 7s
CI Pipeline for the Go API / Docker Image Build Test (push) Successful in 15s
CI Pipeline for the Go API / Kubernetes Smoke Test (push) Successful in 5s
CI Pipeline for the Go API / Go Build & Cross-Compile (push) Successful in 14s
CI Pipeline for the Go API / Kubernetes Deployment (push) Has been cancelled
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ásasddasd -
Description
Languages
Go
91%
Dockerfile
9%