lzbj commented on a change in pull request #262: Adjust the code to reflect 
latest API gateway version.
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/262#discussion_r136509028
 
 

 ##########
 File path: tests/src/integration/apigateway/manifest.yml
 ##########
 @@ -0,0 +1,34 @@
+package:
+  name: book club
+  version: 1.0
+  license: Apache-2.0
+  actions:
+      greeting:
+        version: 1.0
+        function: src/greeting.js
+        runtime: nodejs:6
+        inputs:
+          name: string
+          place: string
+        outputs:
+          payload: string
+  apis: # new top-level key for defining groups of named APIs
+    book-club: #api name
+      club: # shared base path
+        books:   #path
+           getBooks: get | post  #action name:verb
 
 Review comment:
   ok, got it ,thanks
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to