qinling/qinling/api
Lingxian Kong b79b2791b8 Add swift object support for function creation
With this patch, users can create function using swift object:

http POST http://127.0.0.1:7070/v1/functions name=swift_function \
  runtime_id=xxx \
  code='{"source": "swift", "swift": {"container": "container_name", "object": "object_name"}}'

Implements: blueprint support-swift-object-as-code
2017-05-16 15:24:46 +12:00
..
controllers Add swift object support for function creation 2017-05-16 15:24:46 +12:00
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00
access_control.py Initial API code structure 2017-04-14 15:24:02 +12:00
app.py Add engine service and rpc layer 2017-04-17 23:58:36 +12:00
service.py Initial API code structure 2017-04-14 15:24:02 +12:00