gbdrt commented on issue #72: Adding type definitions for typescript URL: https://github.com/apache/incubator-openwhisk-client-js/pull/72#issuecomment-332003744 I added support for sequence definition: ``` ow.actions.create({ name: 's' action: { exec: { kind: 'sequence' components: ['/_/a', '/_/b'] } } }) ``` ---------------------------------------------------------------- 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
