You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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...
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)
The text was updated successfully, but these errors were encountered: