From d4f576044f88d9b5e6e736ee6f509a2f509913b2 Mon Sep 17 00:00:00 2001 From: fr0stf0x Date: Wed, 8 Jun 2022 10:07:27 +0700 Subject: [PATCH] add backstage-grpc-playground plugin to marketplace Signed-off-by: fr0stf0x --- microsite/data/plugins/grpc-playground.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 microsite/data/plugins/grpc-playground.yaml diff --git a/microsite/data/plugins/grpc-playground.yaml b/microsite/data/plugins/grpc-playground.yaml new file mode 100644 index 0000000000..097759be11 --- /dev/null +++ b/microsite/data/plugins/grpc-playground.yaml @@ -0,0 +1,9 @@ +--- +title: GRPC Playground +author: Zalopay-OSS +authorUrl: https://github.com/zalopay-oss/ +category: Discovery +description: Easily view and test your gRPC API with a GUI Client, inspired from BloomRPC application. +documentation: https://github.com/zalopay-oss/backstage-grpc-playground +iconUrl: https://raw.githubusercontent.com/zalopay-oss/backstage-grpc-playground/main/images/gprc-logo.png +npmPackageName: 'backstage-grpc-playground'