Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FetchOptions

General fetch options for requests.

Hierarchy

  • FetchOptions

Index

Properties

force?: boolean

Whether to skip cache checks and go straight to the request. This does not apply to all managers that use FetchOptions, check the specific method docs for more information.

default

false

page?: number

The page number to get results from.

default

1

perPage?: number

The number of results to return per-page.

default

50

Generated using TypeDoc