UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

8 lines (7 loc) 214 B
import IMoodleWSCredentials from './IMoodleWSCredentials'; export default interface IMoodleClientOptions { baseUrl: string; userAgent?: string; token?: string; credentials?: IMoodleWSCredentials; }