We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
В документации указано, что есть поддержка gRPC-web. https://russianinvestments.github.io/investAPI/api_protocols/ Подскажите, есть ли пример как работать из браузера напрямую с invest-public-api? Или мне в любом случае нужен прокси?
Начал читать мануал с офф сайта. Нагенерил Protobuf Messages и Service Client Stubs:
protoc -I=investAPI/src/docs/contracts/ investAPI/src/docs/contracts/*.proto \ --js_out=import_style=commonjs,binary:src/generated/ \ --grpc-web_out=import_style=typescript,mode=grpcweb:src/generated/ protoc -I=investAPI/src/docs/contracts/google/api investAPI/src/docs/contracts/google/api/*.proto \ --js_out=import_style=commonjs,binary:src/generated/google/api/ \ --grpc-web_out=import_style=typescript,mode=grpcweb:src/generated/google/api/
Пробую подключиться из Vuejs app напрямую, но пока не особо понимаю мои следующие шаги, так как с gRPC особо не работал до этого.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
В документации указано, что есть поддержка gRPC-web. https://russianinvestments.github.io/investAPI/api_protocols/
Подскажите, есть ли пример как работать из браузера напрямую с invest-public-api? Или мне в любом случае нужен прокси?
Начал читать мануал с офф сайта. Нагенерил Protobuf Messages и Service Client Stubs:
Пробую подключиться из Vuejs app напрямую, но пока не особо понимаю мои следующие шаги, так как с gRPC особо не работал до этого.
The text was updated successfully, but these errors were encountered: