Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRowyRunRequestProps

Hierarchy

  • IRowyRunRequestProps

Index

Properties

body?: any
forceRefresh?: boolean

Optionally force refresh the token

json?: boolean

Parse response as JSON. Default: true

localhost?: boolean

Optionally use Rowy Run instance on localhost

params?: string[]

Params appended to the URL. Will be transforme to a /-separated string.

route: RunRoute
service?: "hooks" | "builder"
signal?: AbortSignal

Optionally pass an abort signal to abort the request

Methods

  • handleNotSetUp(): void
  • Optionally pass a callback that’s called if Rowy Run not set up

    Returns void

Generated using TypeDoc