Ethan Buchman 61002ad264 | 7 years ago | |
---|---|---|
.. | ||
types | 7 years ago | |
README.md | 7 years ago | |
abci.go | 7 years ago | |
blocks.go | 7 years ago | |
consensus.go | 7 years ago | |
dev.go | 7 years ago | |
doc.go | 7 years ago | |
doc_template.txt | 7 years ago | |
events.go | 7 years ago | |
health.go | 7 years ago | |
mempool.go | 7 years ago | |
net.go | 7 years ago | |
pipe.go | 7 years ago | |
pipe_test.go | 7 years ago | |
routes.go | 7 years ago | |
status.go | 7 years ago | |
tx.go | 7 years ago | |
version.go | 9 years ago |
We are using Slate to power our RPC documentation. For generating markdown use:
go get github.com/davecheney/godoc2md
godoc2md -template rpc/core/doc_template.txt github.com/tendermint/tendermint/rpc/core | grep -v -e "pipe.go" -e "routes.go" -e "dev.go" | sed 's$/src/target$https://github.com/tendermint/tendermint/tree/master/rpc/core$'
For more information see the CI script for building the Slate docs
Requests that return multiple items will be paginated to 30 items by default. You can specify further pages with the ?page parameter. You can also set a custom page size up to 100 with the ?per_page parameter.