UNPKG

datadirect

Version:
11 lines (10 loc) 301 B
import * as Endpoint from '../../Endpoint.js'; export * from './Edit/Payload.js'; export * from './Edit/Response.js'; /** Add a Learning Tool widget to a topic */ export const prepare = (payload, base) => Endpoint.prepare({ payload, base, path: '/api/LtiTool/Edit', method: 'POST' });