mdeuser commented on issue #2288: remove api-experimental functionality, now replaced by api URL: https://github.com/apache/incubator-openwhisk/issues/2288#issuecomment-318448573 Some development items to consider - CLI Go code - Removal of experimental command, associated help, associated wski18n strings - Replacement of `V2` labeled structures and functions. i.e. `apiCreateCmdV2` becomes just `apiCreateCmd` after removing the existing experimental `apiCreateCmd`. Look in go-whisk/whisk/api.go and go-whisk-cli/commands/api.go - Tests - ApiGwRoutemgmtActionTests - Removal `experimental` functions. - Re-label the `V2` items (remove V2) - methods, test labels, etc. - Delete the entire `API Gateway routemgmt action parameter validation` test suite - ApiGwTests - Remove all experimental tests and helper functions - ApiGwEndToEndTests - Remove api-experimental test suite - Deployment - installRouteMgmt.sh task. Remove installation of routemgmt package and associated actions ---------------------------------------------------------------- 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
