UNPKG

ih-black-lion

Version:

State handler for Arus projects

7 lines (5 loc) 243 B
import { REQUEST_SCHEDULE } from '../actionTypes'; import api from '../Api'; export function fetchSchedule(requestParams, term, mode, acadCareer, Api = api) { return { type: REQUEST_SCHEDULE, requestParams, term, mode, acadCareer, Api }; }