Skip to main content
Version: Next

ActorClient

Hierarchy

  • ResourceClient
    • ActorClient

Index

Properties

inheritedapifyClient

apifyClient: ApifyClient

inheritedbaseUrl

baseUrl: string

inheritedhttpClient

httpClient: HttpClient

optionalinheritedid

id?: string

optionalinheritedparams

params?: Record<string, unknown>

inheritedresourcePath

resourcePath: string

optionalinheritedsafeId

safeId?: string

inheritedurl

url: string

Methods

build

builds

call

delete

  • delete(): Promise<void>

get

  • get(): Promise<undefined | Actor>

lastRun

runs

start

update

  • update(newFields: Partial<Pick<Actor, name | description | isPublic | isDeprecated | seoTitle | seoDescription | title | restartOnError | versions | categories | defaultRunOptions | actorStandby>>): Promise<Actor>

version

  • version(versionNumber: string): ActorVersionClient

versions

  • versions(): ActorVersionCollectionClient

webhooks