tleyden commented on issue #25: Not adding "api" to the URL 
URL: 
https://github.com/apache/incubator-openwhisk-client-go/issues/25#issuecomment-321594084
 
 
   Another workaround that works is to add the `api` to the url before setting 
the `config.BaseURL` variable.
   
   If that's the recommend way to use the API, then the docs on the 
`config.BaseURL` should probably be updated to reflect that.  Currently it's a 
bit confusing since it says:
   
   ```
   type Config struct {
       BaseURL          *url.URL // NOTE :: Default is 
"openwhisk.ng.bluemix.net"
       ..
   }
   ```
   
   (which would mean that the default val is broken)
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to