ritcad / apiconnector
关于此包的最新版本(dev-master)没有可用的许可证信息。
Laravel 4.2 包,用于与 RIT API 交互
dev-master
2023-11-08 14:39 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-26 17:10:52 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();