zomborip 22200a89c0
Some checks failed
CI Pipeline for the Go API / Docker Image Build Test (push) Failing after 11s
CI Fix
2025-10-04 17:00:29 +02:00
2025-10-04 17:00:29 +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 16:29:14 +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
}

asd

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