Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Dev Docs: Add REST Documentation #720
Conversation
harding
added
the
Dev Docs
label
Jan 26, 2015
|
Nice work!
ACK. |
|
@jonasschnelli good ideas! I'll make both those changes momentarily. Thanks for your review! |
|
ACK |
|
Commit 73eb097 adds both notes suggested by @jonasschnelli, adding them to the relevant parts of both the REST and JSON-RPC docs. Preview updated. In the absence of critical feedback, this pull will be merged around 20:00 UTC Tuesday. |
harding
merged commit 73eb097
into
bitcoin-dot-org:master
Jan 27, 2015
harding
deleted the
harding:restapi branch
Feb 25, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
harding commentedJan 26, 2015
Preview: http://dg1.dtrt.org/en/developer-reference#http-rest
This adds documentation for the new REST API in Bitcoin Core 0.10.0. It uses the same formating we use for the JSON-RPC documentation with the section headings formatting based on Twitter's REST docs. (As this is the first REST docs I've written, I looked for examples and liked theirs the most.)
Feedback on content or formatting appreciated.
CC: @jlopp (requested docs in issue #715), @jonasschnelli (did a lot of work on the REST interface)