2017-06-01 19:01:48 +03:00
|
|
|
# Tendermint RPC
|
|
|
|
|
2018-07-25 17:37:08 -04:00
|
|
|
We are using [Slate](https://github.com/lord/slate) to power our RPC
|
2018-05-25 07:59:24 -04:00
|
|
|
documentation. For generating markdown use:
|
2017-06-01 19:01:48 +03:00
|
|
|
|
|
|
|
```shell
|
2018-05-25 07:59:24 -04:00
|
|
|
go get github.com/davecheney/godoc2md
|
2017-06-01 19:01:48 +03:00
|
|
|
|
2018-07-25 17:37:08 -04:00
|
|
|
# from root of this repo
|
|
|
|
make rpc-docs
|
2017-06-01 19:01:48 +03:00
|
|
|
```
|
2018-05-14 16:01:49 +04:00
|
|
|
|
|
|
|
## 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.
|