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

Add guide on how to use grpcurl #12

Open
scarmuega opened this issue Jan 11, 2024 · 0 comments
Open

Add guide on how to use grpcurl #12

scarmuega opened this issue Jan 11, 2024 · 0 comments
Assignees

Comments

@scarmuega
Copy link
Member

scarmuega commented Jan 11, 2024

Context: gRPC is not as familiar to developers as http/json APIs. The development tools that developers are used to work with (eg: curl) can't be used directly with gRPC.

Goal: show new developers how to interact with U5C using grpcurl

DoD:

  • we have a new page called "using grpcurl" under a section called "Guides"
  • this new page explains:
    • what grpcurl is and how it compares to curl
    • where to get / install grpcurl (no need to copy instructions, just links)
    • how to connect to a local Dolos node
    • how to connect to a Demeter U5C endpoint
    • how to execute at least one request / reply method
    • how to execute at least one streaming method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants