simple_mashovapi 0.0.8 copy "simple_mashovapi: ^0.0.8" to clipboard
simple_mashovapi: ^0.0.8 copied to clipboard

Api for mashov.info. Log in, get your grades, without messing with http requests yourself.

A mashov library in dart, So far only returns a list of grades.

Usage #

A simple usage example:

import 'package:simple_mashovapi/simple_mashovapi.dart';

main() {
  var controller = Controller();
  await controller.login("username", "password" , "semel", "year");
  var grades = await controller.getGradeList(); //Returns list of Grades
  print(grades[1].grade);
  var name = await controller.getName();
  print(name.firstName+name.lastName);
}

Todo #

  • Get class, hakbatsa from Mashov.
  • Mashov Moodle integration.
  • Return bagrut grades.
  • Get the mail.
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Api for mashov.info. Log in, get your grades, without messing with http requests yourself.

Repository (GitHub)
View/report issues

License

Unlicense (LICENSE)

Dependencies

dio

More

Packages that depend on simple_mashovapi