-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support passing annotations for rules #165
Milestone
Comments
It seems this issue is focused on the JS client (unlike #426).
|
|
@shazron You are right - it looks like the JS SDK has missed this feature. Would you like to open a PR? Looks like you can copy paste the implentation from the |
jthomas
added a commit
to jthomas/openwhisk-client-js
that referenced
this issue
Jul 16, 2019
This was missing but looking at the API and CLI should can be used with the following resources. Fixes apache#165
jthomas
added a commit
to jthomas/openwhisk-client-js
that referenced
this issue
Jul 16, 2019
This was missing but looking at the API and CLI should can be used with the following resources. Fixes apache#165
jthomas
added a commit
that referenced
this issue
Jul 16, 2019
This was missing but looking at the API and CLI should can be used with the following resources. Fixes #165
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related: apache/openwhisk-cli#426
I inspected the
rules
code and there doesn't seem to be any code that will pass on annotations.Looks like
ruleBody
:https://github.com/apache/incubator-openwhisk-client-js/blob/e772a2fd0811f4a2c7a0cc4e832c4d08e192b320/lib/rules.js#L35
should accept annotations in the options like
actions.js
:https://github.com/apache/incubator-openwhisk-client-js/blob/e772a2fd0811f4a2c7a0cc4e832c4d08e192b320/lib/actions.js#L76
The text was updated successfully, but these errors were encountered: