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 2019/02/07 15:05:54 UTC

[GitHub] rabbah commented on a change in pull request #4256: Update docs to remove bluemix refs.

rabbah commented on a change in pull request #4256: Update docs to remove bluemix refs.
URL: https://github.com/apache/incubator-openwhisk/pull/4256#discussion_r254719735
 
 

 ##########
 File path: docs/rest_api.md
 ##########
 @@ -59,7 +59,7 @@ You can also retrieve these credentials using the CLI running `wsk property get
 The following is an example that uses the [cURL](https://curl.haxx.se) command tool to get the list of all packages in the `whisk.system` namespace:
 
 ```bash
-curl -u USERNAME:PASSWORD https://openwhisk.ng.bluemix.net/api/v1/namespaces/whisk.system/packages
+curl -u USERNAME:PASSWORD https://APIHOST/api/v1/namespaces/whisk.system/packages
 
 Review comment:
   thanks - i used APIHOST without the $ explicitly here to match the USERNAME:PASSWORD --- and added a note later before the curl examples about $APIHOST.
   
   i can change to {APIHOST} perhaps - the doc uses that earlier (and similarly replace U:P).

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