cloudapi icon indicating copy to clipboard operation
cloudapi copied to clipboard

Interface definitions of Yandex.Cloud API

Results 6 cloudapi issues
Sort by recently updated
recently updated
newest added

Здравствуйте, я плохо знаком с данным пакетом, поэтому прошу помощи у вас. Мне нужно написать бэкенд приложение на Джанго, который будет использоваться React'ом как прокси запросов к Yandex SpeechKit, используя...

How to reproduce the issue: ```python import requests token = "token" cluster_id = "cluster_id" url = f"https://mdb.api.cloud.yandex.net/managed-postgresql/v1/clusters/{cluster_id}:stream_logs" with requests.get(url, params={"serviceType":"POSTGRESQL"}, headers={"Authorization":f"Bearer {token}"}, stream=True ) as response: for chunk in response.iter_content(chunk_size=None,...

Remove base64 requirements for ciphertext in SymmetricDecryptRequest. When I submit ciphertext encoded in base64, I get an error message ``` rpc error: code = InvalidArgument desc = Bad ciphertext ```...

Я реализую простое приложение на android и пытаюсь использовать grpc потоковое распознавания. Но возникла проблема при использовании SSL/TLS. На примерах из официальной документации (https://grpc.io/docs/guides/auth/) я попытался настроит SSLSocketFactory для OkHttpChannelBuilder...

Hi! I've faced with the problem of compiling 'annotations.proto'-file. It requires an import of "google/protobuf/descriptor.proto" that was not in the repository. On official repository of 'Protobuf', I've found missing import-file,...