ritcad / apiconnector
A Laravel 4.2 package to interact with the RIT API
Installs: 200
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
pkg:composer/ritcad/apiconnector
Requires
This package is not auto-updated.
Last update: 2025-12-18 23:21:37 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();