What API documentation syntax that protocol-http use?
#55
Answered
by
ioquatix
postmodern
asked this question in
Q&A
|
I'm trying to view the API documentation for protocol-http on https://rubydoc.info which uses YARD, but it appears that |
Answered by
ioquatix
Jul 7, 2024
Replies: 1 comment
|
The best place to read the documentation is on the GitHub pages for the project, as linked from the readme: https://socketry.github.io/protocol-http/index.html The actual syntax is implemented by https://github.com/ioquatix/decode - it's very similar to YARD but has a more consistent signature for programatically extracting types. |
0 replies
Answer selected by
postmodern
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The best place to read the documentation is on the GitHub pages for the project, as linked from the readme: https://socketry.github.io/protocol-http/index.html
The actual syntax is implemented by https://github.com/ioquatix/decode - it's very similar to YARD but has a more consistent signature for programatically extracting types.