rit / api
There is no license information available for the latest version (7.0.1) of this package.
A Laravel 4.2 package to interact with the RIT API
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
7.0.1
2022-12-02 02:54 UTC
Requires
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();