Log in

View Full Version : Blue Aliance Java API


dc74089
07-08-2016, 22:21
If you are anything like me, analyzing the past season(s) of FRC data and plotting them into pretty graphs seems like a great use of the precious last few days of summer. In doing so, I ended up with a full-ish Java Blue Alliance API complete with synchronous and asynchronous calls, and offline caching. I figured I'd post it here in case it might be of use to anybody else.

So... here ya go: https://github.com/dc74089/blue-api

And if anyone would like the 1.5 million+ line dump of The Blue Alliance in the format that this expects it (to use for the Offline API), it's in the root of the repo.