github.com/evdatsion/aphelion-dpos-bft@v0.32.1/rpc/core/README.md (about) 1 # Tendermint RPC 2 3 We are using [Slate](https://github.com/lord/slate) to power our RPC 4 documentation. For generating markdown use: 5 6 ```shell 7 go get github.com/davecheney/godoc2md 8 9 # from root of this repo 10 make rpc-docs 11 ``` 12 13 ## Pagination 14 15 Requests that return multiple items will be paginated to 30 items by default. 16 You can specify further pages with the ?page parameter. You can also set a 17 custom page size up to 100 with the ?per_page parameter.