To upload the file simplest-example.son do:
curl -i -X POST -F file=@simplest-example.son http://127.0.0.1:8000/api/packages/uploadsTo list all uploaded packages do:
curl http://127.0.0.1:8000/api/packages/uploadsTo instantiate (start) a service do:
curl ...To list all running services do:
curl ...This page describes the dummy gatekeeper API. This gatekeeper fakes the original platform gatekeeper during development SDK tools like son-push.
It is also able to deploy our example service package (not any arbitrary service package!) in the emulator for the Y1 demo.
Note: This API should converge to the API of the original GK as much as possible!
sudo python src/emuvim/api/sonata/dummygatekeeper.py