Repo for base service catalog data microservice
Four types of APIs are supported at the moment.
curl localhost:5000/msapi/compitem?comp_id=255 [{"id": 361, "compid": 255, "buildid": "", "buildurl": "", "dockersha": "", "dockertag": "", "gitcommit": "", "gitrepo": "", "giturl": ""}, {"id": 8000, "compid": 255, "buildid": "test", "buildurl": "test", "dockersha": "test", "dockertag": "test", "gitcommit": "test", "gitrepo": "test", "giturl": "test"}, {"id": 8001, "compid": 255, "buildid": "test", "buildurl": "test", "dockersha": "test", "dockertag": "test", "gitcommit": "test", "gitrepo": "test", "giturl": "test"}]
curl -X DELETE localhost:5000/msapi/compitem?comp_id=339
curl localhost:5000/msapi/compitem?comp_id=106
in progress
To run the app locally write
$ python main.py