### Create Hetzner API Client Source: https://github.com/boywithkeyboard-archive/hetzner/blob/main/api/readme.md Demonstrates how to import and create an instance of the Hetzner API client using an authentication token. ```typescript import { createClient } from '@hetzner/api' const client = createClient({ token: '...' }) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.