zomborip b4060749e9
Some checks failed
CI Pipeline for the Go API / Docker Compose Validation (push) Failing after 13s
CI Pipeline for the Go API / Docker Image Build Test (push) Successful in 16s
CI Pipeline for the Go API / Go Build & Cross-Compile (push) Successful in 33s
CI Fix
2025-10-04 17:23:12 +02:00
2025-10-04 17:23:12 +02:00
2025-10-04 15:59:21 +02:00
2025-10-04 15:59:21 +02:00
2025-10-04 15:59:21 +02:00
2025-10-04 17:21:32 +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ásasd

Description
A restful api, that adds two numbers
Readme 61 KiB
Languages
Go 91%
Dockerfile 9%