akrabat commented on a change in pull request #2326: (WIP) Alphabetize URL: https://github.com/apache/incubator-openwhisk/pull/2326#discussion_r123254453
########## File path: docs/apigateway.md ########## @@ -141,14 +147,10 @@ Action: putBooks Path: /books Verb: put URL: https://${APIHOST}:9001/api/21ef035/club/books -Action: deleteBooks - API Name: Book Club - Base path: /club - Path: /books - Verb: delete - URL: https://${APIHOST}:9001/api/21ef035/club/books ``` +Side Note: APIs will be sorted alphabetically by default, first by Base path, then by Path (relative path), then by Verb. If we need to sort alphabetically by Action name, we can add the `-n` or `--sort-action` flags to do so. Review comment: Again: `*Note:*` rather than `Side Note:` ---------------------------------------------------------------- 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
