ritcad / apiconnector
There is no license information available for the latest version (v1.1) of this package.
A Laravel 4.2 package to interact with the RIT API
v1.1
2025-08-12 01:03 UTC
Requires
This package is not auto-updated.
Last update: 2026-04-24 00:48:22 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();