mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-30 09:12:14 +00:00
18 lines
449 B
Markdown
18 lines
449 B
Markdown
# Tendermint RPC
|
|
|
|
We are using [Slate](https://github.com/lord/slate) to power our RPC
|
|
documentation. For generating markdown use:
|
|
|
|
```shell
|
|
go get github.com/davecheney/godoc2md
|
|
|
|
# from root of this repo
|
|
make rpc-docs
|
|
```
|
|
|
|
## Pagination
|
|
|
|
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.
|