lyon1examenclient 1.0.8 copy "lyon1examenclient: ^1.0.8" to clipboard
lyon1examenclient: ^1.0.8 copied to clipboard

outdated

A client for the Lyon1 exams

example/lyon1examenclient_example.dart

import 'package:lyon1casclient/lyon1casclient.dart';
import 'package:lyon1examenclient/lyon1examenclient.dart';

void main() async {
  Lyon1CasClient.registerAdapters();
  final lyon1Cas = Lyon1CasClient();
  lyon1Cas.authenticate(Credential("username", "password"));
  final examClient = Lyon1ExamenClient(lyon1Cas);
  final exams = await examClient.fetchExams();
  for (var i in exams) {
    print(i);
  }
}
1
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A client for the Lyon1 exams

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

beautiful_soup_dart, dart_mappable, hive, lyon1casclient

More

Packages that depend on lyon1examenclient