https://github.com/sergioarmgpl/proyecto-final-so
https://github.com/sergioarmgpl/proyecto-final-so
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergioarmgpl/proyecto-final-so
- Owner: sergioarmgpl
- Created: 2021-06-03T01:24:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T03:30:49.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T09:51:46.365Z (about 2 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proyecto-final-so
## How to use it
Save n1 and n1
```
curl http://IP.nip.io/save/n1/88/n2/5
```
Return for example
```
{"n1":"88","n2":"5","op":"1"}%
```
Addition for n1 and n2
```
curl http://IP.nip.io/process/op/1
```
Return the addition on n1 field
```
{"n1":"93","n2":"-1","op":"1"}%
```