Add Api Basic framework skeleton 35/29035/3
authorAkhil Batra <akhil.batra@research.iiit.ac.in>
Sun, 19 Feb 2017 13:51:15 +0000 (19:21 +0530)
committerAkhil Batra <akhil.batra@research.iiit.ac.in>
Wed, 22 Feb 2017 04:53:08 +0000 (10:23 +0530)
commitf34137052d2938a504f04a825951dca0913a9875
tree0c530561e960dde5a5a080fbd187a6b4eec6923d
parentcdb8e1be12b724e9f68c7e46c9a653ec37c502cb
Add Api Basic framework skeleton

- Requirements updated to remove flask and include connexion
- Api specifications will be added to specs file in swagger/
- controllers module will handle all requests and responses

JIRA: QTIP-213

Change-Id: Icfec15ddeff7d53c53ce64910ae2bddd4fc0f260
Signed-off-by: Akhil Batra <akhil.batra@research.iiit.ac.in>
qtip/api/__main__.py [new file with mode: 0644]
qtip/api/controllers/__init__.py [new file with mode: 0644]
qtip/api/swagger/swagger.yaml [new file with mode: 0644]
requirements.txt