apache / openwhisk-client-js

JavaScript client library for the Apache OpenWhisk platform
https://openwhisk.apache.org/
Apache License 2.0
82 stars 53 forks source link

Missing parameter 'id' in actions.list() #234

Open yukha-dw opened 2 years ago

yukha-dw commented 2 years ago

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