jessealva 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_r164794325
##########
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:
Nope, this is like above, where the string is `/my/{param}/path`.
----------------------------------------------------------------
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