maybe i am, missing something simple, but it there a way to hardcode token to java as in python?
i 'd like to replace:
RhinoCompute.authToken = RhinoCompute.getAuthToken()
to something like:
RhinoCompute.authToken =“tokenhere”
to skip popup asking for token, when playing around with resthopper.
*i am running simplehttpserver via python from local drive
bonus question
is there API documentation to:
RhinoCompute.Grasshopper ??