studentvue 1.0.6 copy "studentvue: ^1.0.6" to clipboard
studentvue: ^1.0.6 copied to clipboard

An API based around the official StudentVUE's SOAP API. Automatically makes requests in the form of XML and automatically parses XML response into objects.

example/studentvue_example.dart

import 'package:studentvue/studentvue.dart';

void main() async {
  /*
  Client client = await StudentVue.login("districtUrl", "username", "password");
  print(client.formattedName);

  Gradebook gradebook = await client.gradebook();
  print(gradebook.courses[0].atGrade.calculatedMark);
  */

  await StudentVue.findDistricts(20837);
}
1
likes
115
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An API based around the official StudentVUE's SOAP API. Automatically makes requests in the form of XML and automatically parses XML response into objects.

License

MIT (license)

Dependencies

html_unescape, http, xml

More

Packages that depend on studentvue