文件名称:TinCanDart:Dart编程语言的xAPI包装器库
文件大小:504KB
文件格式:ZIP
更新时间:2024-04-10 22:13:05
dart xapi Dart
Tin Can API(也称为xAPI)的Dart库 有关Tin Can API的更多信息,请访问: 安装: 在您的pubspec.yaml中 dependencies: tincan: ^2.0.0 样品用法: 在您的代码中: import 'package:tincan/tincan.dart' ; final lrs = RemoteLRS ( endpoint : 'https://my.lrs.provider' , username : 'account key or user name' , password : 'account secret or password' , ); final statement = Statement ( actor : Agent ( mbox : 'mailto:person@