exula / ritapi by exula

A Laravel 4.2 package to interact with the RIT API
2,450
0
2
Package Data
Maintainer Username: exula
Maintainer Contact: bjcpgd@rit.edu (Bradley Coudriet)
Package Create Date: 2015-04-07
Package Last Update: 2022-12-02
Language: PHP
License: Unknown
Last Refreshed: 2024-11-19 03:17:06
Package Statistics
Total Downloads: 2,450
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

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();