Protected
accessProtected
baseProtected
Optional
OnProtected
Optional
rateRetrieves a job by its ID.
The unique identifier of the job.
A promise that resolves to a FetchResponse containing the job data.
Creates a new job with the specified parameters.
The parameters for creating a job. See CreateJobParams.
A promise that resolves to a FetchResponse containing the newly created job data.
Updates an existing job by its ID with the specified parameters.
The unique identifier of the job to update.
The parameters for updating the job. See UpdateJobParams.
A promise that resolves to a FetchResponse containing the updated job data.
Provides methods for managing jobs via the API.
Remarks
This class extends ApiClient to interact with job-related endpoints, including fetching, creating, and updating jobs.
Example