You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
449 B

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