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
In the Query Service we'll have proto definitions that describes the Mapper RPC.
We should enable grpc-web (through a Go gRPC handler) in the Query Service so we can support connections from a browser to the Mapper RPC.
We should setup a CI workflow that will do a TS client (code) generation from Mapper RPC proto files and publish to NPM as a package.
This workflow should run whenever we make new release in the repo.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the Query Service we'll have proto definitions that describes the Mapper RPC.
We should enable grpc-web (through a Go gRPC handler) in the Query Service so we can support connections from a browser to the Mapper RPC.
We should setup a CI workflow that will do a TS client (code) generation from Mapper RPC proto files and publish to NPM as a package.
This workflow should run whenever we make new release in the repo.
The text was updated successfully, but these errors were encountered: