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:
[email protected]


With regards,
Apache Git Services

Reply via email to