Hi,
what are the common ways to parse/decode a .gh to .ghx for the purpose of identifying the input sliders defined in the Grasshopper file programmatically / via an API.
- Is there an endpoint in Rhino.Compute 8 server beyond /grasshopper that can expose the definitions?
- Should a library be used for this case e.g. Python lib that can do this inside a Docker container to open/export as ghx and then parse?
- Any alternative way to achieve this in a setting where someone uploads a .gh file as input on the web?
Thank you.