1 2 3 4 5
import { getAll } from './util' export function getAllSchedulers() { return getAll('/schedulers') }