Hi all,
I am calling the confluence REST APIs from a remote (which is my node express service). Can I use the requestConfluence() method in the remote? The documentation only has examples of using requestConfluence from the forge apps. But I tried to use it instead of the bare ‘fetch’ method. Was able to build the remote without errors. But received this runtime error from requestConfluence() method.
The "options.agent" property must be one of Agent-like Object, undefined, or false. Received type string ('FORGE_PRODUCT_REQUEST')
Using a higher level API like requestConfluence is a cleaner option than the bare bones fetch. So I am trying this approach. Feels like its very close to working, so want to check here if this is supposed to not work or if there is a fix to get around this error.