Files
Add-API/README.md
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

28 lines
295 B
Markdown

# 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:
```JSON
{
"pinCode" : 1234,
"n1" : 4,
"n2" : 10
}
```
asdváltozás