You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/31 18:59:11 UTC

[GitHub] csantanapr commented on issue #724: API Gateway - Add support to specify response type in manifest file

csantanapr commented on issue #724: API Gateway - Add support to specify response type in manifest file
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/724#issuecomment-393641466
 
 
   I like the second better
   ```
       apis:
              book-club:
                   club:
                       books:
                           getBooks:
                               method: GET
                               response: <response_type>
                           postBooks:
                               method: POST
                               response: <response_type>
                           putBooks:
                               method: PUT
                               response: <response_type>
                           deleteBooks:
                               method: DELETE
                               response: <response_type>
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services