1 2 3 4 5
import { getById } from './util' export function getTasksOfJob(jobId) { return getById('/jobs/{jobId}/tasks', { jobId }) }