Skip to content
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

Configuring Dynamic Operations and Dynamic Apis #22

Open
danleighton opened this issue Jul 22, 2019 · 0 comments
Open

Configuring Dynamic Operations and Dynamic Apis #22

danleighton opened this issue Jul 22, 2019 · 0 comments

Comments

@danleighton
Copy link

I am currently trying to configure the discovery api which uses the Dynamic (msg.operation) functionality. I am trying to work out how to configure it correctly to pass the equivalent of this to the node:

gapi.client.discovery.apis.list

From the documentation, it is unclear whether I need to pass the operation parameter into msg.google.operation or msg.operation.

We thought perhaps it should simply be a string, so tried this in a function with no luck...

msg.operation ="apis.list";
msg.payload = {
      name: "appengine",
      preferred: true
};
return msg;

Also tried many other variants...

Any clues would be gratefully received - and many thanks for all your hard work on this so far! I am slowly figuring it out!

Originally posted by @danleighton in #19 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant