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/01/30 01:04:20 UTC

[GitHub] dubeejw commented on a change in pull request #170: WIP: Initial code checkin for path parameter support

dubeejw commented on a change in pull request #170: WIP: Initial code checkin for path parameter support
URL: https://github.com/apache/incubator-openwhisk-cli/pull/170#discussion_r164612778
 
 

 ##########
 File path: commands/api.go
 ##########
 @@ -728,6 +745,34 @@ func getLargestApiNameSize(retApiArray *whisk.RetApiArray, apiPath string, apiVe
 	return maxNameSize
 }
 
+func validatePathParameters(relativePath string) error {
 
 Review comment:
   Are path parameters JSON? Can we just attempt a JSON parse instead?

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