fix: api_key -> key in Typescript client initialization (#485)

This commit is contained in:
Cesar Villegas
2025-05-06 14:22:02 -04:00
committed by GitHub
parent 3e0d1befbd
commit 8d516d6d5f

View File

@@ -35,7 +35,7 @@ import { KomodoClient, Types } from "komodo_client";
const komodo = KomodoClient("https://demo.komo.do", {
type: "api-key",
params: {
api_key: "your_key",
key: "your_key",
secret: "your secret",
},
});