-
Notifications
You must be signed in to change notification settings - Fork 78
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 RPC API endpoint table #354
Conversation
Codecov Report
@@ Coverage Diff @@
## main #354 +/- ##
=======================================
Coverage 62.35% 62.35%
=======================================
Files 9 9
Lines 866 866
Branches 142 142
=======================================
Hits 540 540
Misses 288 288
Partials 38 38 Continue to review full report at Codecov.
|
README.md
Outdated
@@ -126,16 +126,27 @@ docker compose up -d | |||
> **_NOTE:_** If you encounter `unauthorized` when pulling iamge, then ensure you're loggeed in with `docker login ghcr.io` or use a [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) to authorize your login. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noticed a couple of typos, iamge-> image and loggeed->logged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
Signed-off-by: Nana-EC <[email protected]>
Signed-off-by: Nana-EC <[email protected]>
Signed-off-by: Nana-EC <[email protected]>
55ae309
to
b3d56c5
Compare
Kudos, SonarCloud Quality Gate passed! |
Signed-off-by: Nana-EC [email protected]
Description:
The Relay currently doesn't have a quick reference of support endpoints and request steps.
An Open RPC spec will be added for greater detail but a simple table with basic information may be useful
Add an
rpc-api.md
to highlightRelated issue(s):
Fixes #137
Notes for reviewer:
Checklist