txconnect 1.0.3 copy "txconnect: ^1.0.3" to clipboard
txconnect: ^1.0.3 copied to clipboard

An Unoffical API for txConnect SCUC.

example/txconnect_example.dart

import 'package:txconnect/txconnect.dart';

void main(List<String> args) async {
  var tx = TxConnect();
  //Switch with your username and password
  print(await tx.login('username', 'password'));
  print(await tx.getStudents());
  print(await tx.switchStudent('00'));
  print(await tx.getClassrooms());
  print(await tx.getGrades('02'));
  print(await tx.getAttendance());
  print(await tx.getAlerts(true));
  // await tx.readAlert('13');
}
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

An Unoffical API for txConnect SCUC.

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

cookie_jar, dio, dio_cookie_manager, html, http

More

Packages that depend on txconnect