You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used grpcurl cli to inspect my dev grpc server (run by python manage.py grpcrunserver --dev) and then trying to inspect available methods using grpcurl -plaintext localhost:50051 list:
$ grpcurl -plaintext localhost:50051 list
Failed to list services: server does not support the reflection API
I would like to know is there a way to enable reflection api? I think it would be useful to inspect new apis for the documentation purpose like openapi or something
The text was updated successfully, but these errors were encountered:
Hi, thank you for the awesome library!
I have used grpcurl cli to inspect my dev grpc server (run by
python manage.py grpcrunserver --dev
) and then trying to inspect available methods usinggrpcurl -plaintext localhost:50051 list
:I would like to know is there a way to enable reflection api? I think it would be useful to inspect new apis for the documentation purpose like openapi or something
The text was updated successfully, but these errors were encountered: