nextbus:NextBus API的Java客户端

时间:2024-06-09 17:02:31
【文件属性】:

文件名称:nextbus:NextBus API的Java客户端

文件大小:67KB

文件格式:ZIP

更新时间:2024-06-09 17:02:31

Java

nextbus NextBus API的简单Java客户端。 NextBus官方文档: : 快速开始: NextBusService nextBusService = new NextBusService (); AgencyListResponse agencyList = nextBusService . agencyList(); RouteListResponse routeList = nextBusService . routeList( " sf-muni " ); ScheduleResponse scheduleResponse = nextBusService . schedule( " sf-muni " , " N " ); // and so on


【文件预览】:
nextbus-master
----.gitignore(52B)
----README.md(560B)
----pom.xml(2KB)
----LICENSE(11KB)
----src()
--------test()
--------main()
----.travis.yml(35B)

网友评论