Java API implementation of TBA-API-V3

I created a new a new API for the blue alliance.com that uses their v3 api. If you want, I’ve got a library you can try here: https://github.com/wdavies973/TBA-API-V3.

Also, if you’d like, I’d appreciate help making the API better!

Nice library! One of my students just finished writing a TBA lib in Kotlin, interesting to compare the differences.

Have you tried generating a client library using the TBA swagger file? In theory you should just be able to throw that file into http://editor.swagger.io and generate a client library in a LOT of different languages.

2 Likes

I have also implemented a TBA v3 library and the corresponding tool to call the library. You can access it here https://github.com/trc492/TBAShell

1 Like