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 2017/11/09 10:20:18 UTC

[GitHub] jthomas commented on issue #75: support optional leading slash in fully qualified names

jthomas commented on issue #75: support optional leading slash in fully qualified names
URL: https://github.com/apache/incubator-openwhisk-client-js/issues/75#issuecomment-343110322
 
 
   The client library [currently supports](https://github.com/apache/incubator-openwhisk-client-js/blob/master/lib/names.js#L15-L30) the following resource identifiers.
   
   ```
   - resource_name
   - package/resource_name
   - /namespace/resource_name
   - /namespace/package/resource_name
   ```
   
   If we want to support a missing forward-slash for fully qualified names, how does the API differentiate between `package/action` and `namespace/action`.
   
   Does it only support that the missing forward slash for actions within packages? 

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