Socorro/SocorroServer/Web Services
< Socorro | SocorroServer
The Web Services layer provides APIs which may be called by Socorro UI.
APIs
API Specs (Not Yet Implemented)
Running Web Services
Perform the following steps to enable API calls in your sandbox.
cd socorro/scripts
cp config/webapiconfig.py.dist config/webapiconfig.py
ps aux | grep 808 (to find a free 808* port)
./webservices.py 8083
Future
We will be adding more APIs to the Socorro system in the very near future.
Afterwards, we hope to open up the web service layer to individuals in the Mozilla organization, so that they may retrieve data that is specific to their needs.
Eventually, we would like to open up the web service layer to individuals in the Mozilla community. This will allow individuals the ability to contribute to patches specific to crashes, and will allow add-on developers the ability to find issues specific to their add-ons more quickly.