The endpoint name (e.g., 'grasshopper', 'io'). Determines the response type for better type safety.
The Compute API endpoint (e.g., 'grasshopper', 'io', 'mesh').
Pre-prepared arguments for the request body.
Compute configuration (server URL, API key, timeout, debug, retry, signal).
The parsed JSON response from the server, typed according to the endpoint.
Generic Rhino Compute fetch function. Sends a POST request to any Compute endpoint with pre-prepared arguments.
Use this for advanced, low-level control over compute requests. For most use cases, prefer higher-level APIs.