UNPKG

ih-black-lion

Version:

State handler for Arus projects

8 lines (5 loc) 237 B
import { REQUEST_COURSES } from '../actionTypes'; import api from '../Api'; export function fetchCourses(requestParams, subject, institution, Api = api) { return { type: REQUEST_COURSES, requestParams, subject, institution, Api }; }