can_paginate: Paginator client

View source: R/CanPaginate.R

can_paginateR Documentation

Paginator client

Description

Paginator client

Details

**Methods**

'get(path, query, disk, stream, ...)'

Make a GET request

Possible parameters (not all are allowed in each HTTP verb):

  • path - URL path, appended to the base URL

  • query - query terms, as a list

  • body - body as an R list

  • encode - one of form, multipart, json, or raw

Examples

(x <- can_paginate(
  by = "query_params",
  limit_param = "limit",
  offset_param = "offset",
  limit = 5000))

ropensci/canpaginate documentation built on May 14, 2022, 12:49 p.m.