Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 189 Bytes

File metadata and controls

10 lines (7 loc) · 189 Bytes

README

Python Service

curl -X POST http://localhost:8080/execute \
     -H "Content-Type: application/json" \
     -d '{"script":"def main():\n    return 42\n\nmain()"}