backstage-grpc-playground icon indicating copy to clipboard operation
backstage-grpc-playground copied to clipboard

A backstage plugin support gRPC playground for API entities and can be run as standalone app

Results 4 backstage-grpc-playground issues
Sort by recently updated
recently updated
newest added

Let's say some APIs need a common library "google-apis" We need a feature to support user to config "google-apis" as a library something like ```yaml apiVersion: backstage.io/v1alpha1 kind: API metadata:...

enhancement
good first issue

We have an API entity in the Catalog where the proto file is linked. ``` apiVersion: backstage.io/v1alpha1 kind: API metadata: name: jokes-service-grpc-api description: gRPC API for Jokes Service spec: type:...

Not able to get response from the playground while testing it using a live server. The wait for response is followed by failed to fetch message. This was the proto...