list_paginated: Get the first set of a paginated list of elements and the...

View source: R/util.R

list_paginatedR Documentation

Get the first set of a paginated list of elements and the information to get the following pages.

Description

Get the first set of a paginated list of elements and the information to get the following pages.

Usage

list_paginated(path, credentials, cursor = NULL)

Arguments

path

The path to the API endpoint, excluding the hub URL (and not starting with a forward slash).

credentials

A credentials object to authenticate with.

cursor

Optional. The cursor to use for pagination. Defaults to NULL


clessn/hubr documentation built on Feb. 15, 2023, 9:32 p.m.