webuntis 0.0.1

Wrapper for the Webuntis API


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

webuntis

Webuntis API-Wrapper for dlang

Usage

Add this package to your dub dependencies.

Example

import webuntis;
import std.stdio;

void main()
{
	SessionConfiguration sconf = SessionConfiguration(
	    "username",
			"password",
			"server", // part before .webuntis.com Examples: melpomene or poly
			"school",
			"User Agent");
	Session s = new Session(sconf);
	s.login();
	auto classes = s.getClasses();
	foreach(class_;classes)
	{
		writeln(class_.name);
	}
}
Authors:
  • thesuess
Dependencies:
none
Versions:
0.1.0 2015-Sep-22
0.0.1 2015-Sep-21
~master 2015-Sep-25
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 94 downloads total

Score:
0.5
Short URL:
webuntis.dub.pm