rit/api

此包的最新版本(7.0.1)没有提供许可证信息。

Laravel 4.2 包,用于与 RIT API 交互

7.0.1 2022-12-02 02:54 UTC

This package is auto-updated.

Last update: 2024-08-30 01:08:47 UTC


README

这是针对 http://api.rit.edu 的 RIT API 的一个宠物项目

此项目需要 Laravel 4.2,尚未在其他环境中进行测试。

文档

ApiConnection->getUser($username);

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

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

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

ApiConnection->getCurrentTerm();