Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 164 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 164 Bytes

test_api

REST API that can take a mathematical operation as function type (e.g. add, subtract, multiple) etc

curl http://localhost:8000 add (1,2) {"output": 3}