Skip to content
New issue

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

How to enable support of the reflection API #33

Open
dchebakov opened this issue Mar 7, 2022 · 0 comments
Open

How to enable support of the reflection API #33

dchebakov opened this issue Mar 7, 2022 · 0 comments

Comments

@dchebakov
Copy link

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant