You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import * as SibApiV3Sdk from "@sendinblue/client";
let apiInstance = new SibApiV3Sdk.TransactionalEmailsApi();
apiInstance.setApiKey(
SibApiV3Sdk.TransactionalEmailsApiApiKeys.apiKey,
process.env.SENDINBLUE_API_KEY!
);
I'm trying to run the following code on typescript (found on the official documentation):
But I'm getting the error:
Property 'authentications' is protected and only accessible within class 'TransactionalEmailsApi' and its subclasses
.What am I doing wrong? Is this a bug?
The text was updated successfully, but these errors were encountered: