generate_code_example
Generate a complete TypeScript code example for any API endpoint by specifying the API name, path, and HTTP method.
Instructions
Generate a complete TypeScript code example for an endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_name | Yes | API name (e.g., "hetzner/cloud", "ory/kratos") | |
| path | Yes | Endpoint path | |
| method | Yes | HTTP method |