Skip to content

Commit

Permalink
fix: bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 committed Nov 20, 2024
1 parent 6070bdf commit a9262a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Writerside/topics/Metadata-Generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ rrgcli \

## Use Cases

### Debugging with rRPC Inspector**
### Debugging with rRPC Inspector
The metadata integrates seamlessly with **rRPC Inspector**, providing a visual representation of the API schema. This helps developers:
Debug API services and methods.
Verify .proto definitions.
- Debug API services and methods.
- Verify .proto definitions.
### Runtime Schema Analysis
Although the metadata is static, it can be used at runtime for tasks like:
Validating incoming requests.
Custom routing or method discovery.
- Validating incoming requests.
- Custom routing or method discovery.
### API Documentation
Metadata can be consumed to generate automated documentation, reflecting the latest .proto schema.

Expand Down

0 comments on commit a9262a6

Please sign in to comment.