mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 14:11:21 +00:00
- goimports is not used as a tool anymore - correct me if wrong - rename devtools folder to merely tools.mk - remove slate_header.txt Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
8 lines
243 B
Markdown
8 lines
243 B
Markdown
# Tendermint RPC
|
|
|
|
## 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.
|