zomborip 27142731b0
Some checks failed
CI Pipeline for the Go API / Docker Image Build Test (push) Failing after 3s
readme fix
2025-10-04 17:08:16 +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 17:08:16 +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ás

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