monasca-analytics/monasca_analytics/web_service
Joan Varvenne 716a72d9b9 Add Banana specific APIs to typecheck and get list of components.
This commit add two APIs:

 * POST /banana/typeck { "content": "<banana>" }

   This API type check the provided banana content but does not
   evaluate it.

 * POST /banana/metadata { "content": "<banana>" }

   This API returns the associated TypeTable of the provided banana
   content. This is useful to provide auto-completion in an editor.

 * GET /banana/metadata

   This API returns the list of components availables. This is also
   useful to provide auto-completion on existing components in an
   editor for banana.

Change-Id: I31c1de86fe420458ac98aad9d9c8ae6ca73fcc81
2016-11-04 11:26:17 +00:00
..
__init__.py H104 support 2016-06-03 12:42:47 +00:00
request_handler.py Add Banana specific APIs to typecheck and get list of components. 2016-11-04 11:26:17 +00:00
web_service.py Add Banana specific APIs to typecheck and get list of components. 2016-11-04 11:26:17 +00:00
web_service_model.py This commit introduces the first version of Banana configuration language. 2016-08-22 14:29:26 +01:00