openwhisk-client-js icon indicating copy to clipboard operation
openwhisk-client-js copied to clipboard

Missing parameter 'id' in actions.list()

Open yukha-dw opened this issue 3 years ago • 0 comments

Hello, I am refactoring a javascript project to typescript and found out actions.list() doesn't support parameter 'id' even though it is being used as the output is filtered.

https://github.com/apache/openwhisk-client-js/blob/1aba396e8a59afd5a90acb8157f2009746d7a714/lib/main.d.ts#L60-L61

I'm not sure if the type of id is only optional string or something else. Thank you

yukha-dw avatar Jan 20 '22 03:01 yukha-dw