Disposes of client resources. Call this when you're done using the client.
Gets the client's configuration. Useful for passing to lower-level functions.
Get input/output parameters of a Grasshopper definition.
Run a compute job with a Grasshopper definition.
StaticcreateCreates and initializes a GrasshopperClient with server validation.
GrasshopperClient provides a simple API for interacting with a Rhino Compute server and grasshopper.
This is the recommended high-level API for Rhino Compute operations.
Security Warning: Using this client in a browser environment exposes your server URL and API key to users. For production, use this library server-side or proxy requests through your own backend.
Example