Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientOptions

Hierarchy

  • ClientOptions

Index

Properties

Optional autoFetch

autoFetch?: AutoFetchLevels[]

Define the default auto-fetch levels.

default

[AutoFetchLevels.SubAnalyses]

Optional autoRenew

autoRenew?: boolean

Should the AccessToken be auto-renewed when expired.

default

true

Optional enableCache

enableCache?: boolean

Should fetched results be cached.

default

true

Optional got

got?: Got | ExtendOptions

You can provide a custom Got instance / ExtendOptions which will extend the default one.

Generated using TypeDoc