ritcad/apiconnector

There is no license information available for the latest version (dev-master) of this package.

A Laravel 4.2 package to interact with the RIT API

dev-master 2023-11-08 14:39 UTC

This package is not auto-updated.

Last update: 2024-09-26 17:10:52 UTC


README

This is a pet project for the RIT API at http://api.rit.edu

This requires Laravel 4.2, it has not been tested on anything else.

Documentation

ApiConnection->getUser($username);

ApiConnection->getRoom($building, $room);

ApiConnection->getRoomMeetings($building, $room);

ApiConnection->getCourse($section, $term);

ApiConnection->getCurrentTerm();