Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
@turnkey/http
import { ApiKeyStamper } from "@turnkey/api-key-stamper"; import { TurnkeyClient } from "@turnkey/http"; const stamper = new ApiKeyStamper({ apiPublicKey: "...", apiPrivateKey: "...", }); const httpClient = new TurnkeyClient( { baseUrl: "https://api.turnkey.com" }, stamper );
Was this page helpful?