Is it possible for Cadence SKILL code to make an HTTP request? If so, how?
I have Googled and read the SKILL manuals I can find with no clear answer. I found this integration with a Python program which suggests that external programs can be called. If a scripting language (e.g. Python) or HTTP tool (e.g. curl) is installed, it seems a call to an HTTP endpoint / REST API might be possible though that external proxy. I am hoping for something more built-in and less dependent on external helpers and the vagaries of a three-party conversation. Is a direct HTTP request possible? How?