nodejs-sdk icon indicating copy to clipboard operation
nodejs-sdk copied to clipboard

Yandex.Cloud NodeJS SDK

Results 10 nodejs-sdk issues
Sort by recently updated
recently updated
newest added

Как с помощью stt в SDK делать расшифровку аудио любой длины? **Ошибка** Chunks have to be sent with at least one per 5 seconds frequency **Задача** Делаю сервис, который берёт...

Guys, I've tried to use v3 with code below. I cant get conversation_analysis, speakerAnalysis in output data for a file with two speakers even I had set: ``` enableSpeakerAnalysis: true,...

I only use ai, which is 1M, yet the installed size is 66M. Is it possible to have separate packages, similar to aws-sdk v3?

enhancement

Right now the token is not renewed, and after 12 hours Iam token gets expired Token needs to be refreshed every 1 hour (~10% of 12 hours as recommended in...

Hello! It would be useful to export MetadataTokenService, IamTokenService to use in applications.

Use scripts from the `examples` folder as integration acceptance/smoke tests on the pull request.

Вот [тут](https://github.com/yandex-cloud/nodejs-sdk/blob/8fa265732babc64699e8d1ba65a19c33a77044a3/src/token-service/metadata-token-service.ts#L70) есть метод initialize: ```js private async initialize() { if (this.token) { return; } let lastError = null; for (let i = 0; i < 5; i++) { try...

С помощью метода **update**(**InstanceService**) пытаюсь изменить resources_spec. В доках: _"Поля, которые требуется изменить, указываются в запросе в поле update_mask"_. В заголовках sdk прописан в camelCase как updateMask. Но если заполнять...