One can document a REST API with OpenAPI. Is there a similarly clean and standardized way of documenting gRPC APIs? E.g. specify what values an endpoint is expecting, what the return values mean, etc. The service definitions in a .proto
file do not suffice as documentation.
Asked
Active
Viewed 879 times
2

selamba
- 384
- 4
- 12
1 Answers
0
I just found this: https://gendocu.com/ which let you try your APIs and document the fields. Also generates code for different languages. The project looks promising.

wOOdy...
- 659
- 13
- 25