Menu
Libraries |
Category

wombat

  • Purpose: Wombat is a cross-platform gRPC client designed to interact with gRPC services by automatically parsing proto definitions and providing a user-friendly interface for making requests.

  • Key Features:

    • Automatic parsing of proto definitions to render services and input messages
    • Support for .proto file discovery
    • Multiple service and method selection
    • TLS configuration (including plain text)
    • Input generation for various gRPC field types (scalar, nested messages, enums, repeated fields, oneof, and map fields)
    • Support for RPC metadata
    • Execution of all gRPC request types (unary, server streaming, client streaming, bidirectional)
    • Request cancellation and EOF support for streaming
    • Response message, RPC Header/Trailer, and full RPC statistics viewing
    • Reflection API support for RPC schema determination
    • Google Well Known Types support
    • Multi-workspace creation and switching
  • Target Audience: Developers working with gRPC services who need a GUI client for testing and debugging.

  • Platform Support: Available for MacOS, Linux, and Windows.

For downloads, visit the Releases page .

grpcgomacoslinuxwindowssveltewails

Comments