zomborip ba465a3f19
All checks were successful
CI Pipeline for the Go API / CD - Kubernetes Smoke Test (push) Successful in 6s
CI Pipeline for the Go API / CI - Go Vet (basic static check) (push) Successful in 10s
CI Pipeline for the Go API / CI - Docker Image Build Test (push) Successful in 18s
CI Pipeline for the Go API / CI - Go Build & Cross-Compile (push) Successful in 24s
CI Pipeline for the Go API / CD - Push Image to Gitea Registry (push) Successful in 17s
CI Pipeline for the Go API / CD - Kubernetes Deployment (push) Successful in 10s
tag Update
2025-10-05 22:49:07 +02:00
2025-10-05 22:49:07 +02:00
2025-10-05 21:30:24 +02:00
2025-10-04 17:27:14 +02:00
2025-10-04 15:59:21 +02:00
2025-10-05 22:39:06 +02:00
2025-10-05 19:36:13 +02:00

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
A restful api, that adds two numbers
Readme 61 KiB
Languages
Go 91%
Dockerfile 9%