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 RPC API endpoint table #354

Merged
merged 3 commits into from
Jul 20, 2022
Merged

Add RPC API endpoint table #354

merged 3 commits into from
Jul 20, 2022

Conversation

Nana-EC
Copy link
Collaborator

@Nana-EC Nana-EC commented Jul 20, 2022

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 highlight

  • types of methods
  • basic request and response structure
  • endpoint table

Related issue(s):

Fixes #137

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@Nana-EC Nana-EC self-assigned this Jul 20, 2022
@Nana-EC Nana-EC added documentation Improvements or additions to documentation enhancement New feature or request P3 labels Jul 20, 2022
@Nana-EC Nana-EC added this to the 0.5.0 milestone Jul 20, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2022

Codecov Report

Merging #354 (b3d56c5) into main (735578d) will not change coverage.
The diff coverage is n/a.

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

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 735578d...b3d56c5. Read the comment docs.

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.
Copy link
Member

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure updated

ar-conmit
ar-conmit previously approved these changes Jul 20, 2022
Copy link
Collaborator

@ar-conmit ar-conmit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

lukelee-sl
lukelee-sl previously approved these changes Jul 20, 2022
@Nana-EC Nana-EC dismissed stale reviews from lukelee-sl and ar-conmit via b3d56c5 July 20, 2022 18:29
@Nana-EC Nana-EC force-pushed the 137-endpoint-readme branch from 55ae309 to b3d56c5 Compare July 20, 2022 18:29
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Nana-EC Nana-EC requested review from ar-conmit and lukelee-sl and removed request for lukelee-sl July 20, 2022 18:30
@Nana-EC Nana-EC merged commit 713567f into main Jul 20, 2022
@Nana-EC Nana-EC deleted the 137-endpoint-readme branch July 20, 2022 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request P3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document endpoint interactions for visibility
4 participants