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/25 19:53:10 UTC

[GitHub] mhamann commented on issue #304: API Gateway Path Parameters For Query Params?

mhamann commented on issue #304: API Gateway Path Parameters For Query Params?
URL: https://github.com/apache/incubator-openwhisk-apigateway/issues/304#issuecomment-392163031
 
 
   Query parameters are, by definition, not required. I have yet to come across a well-designed API that required query params.
   
   In my opinion, this would be solving the problem in the wrong way.
   
   Per your example, why not:
   ```
   /{id}/name/{myname}/age/{myage}
   ```

----------------------------------------------------------------
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