Hierarchy

  • IRowyRunRequestProps

Properties

body?: any
forceRefresh?: boolean

Optionally force refresh the token

handleNotSetUp?: (() => void)

Type declaration

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

      Returns void

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

Generated using TypeDoc