Nim wrapper for TheBlueAlliance's v3 API.
Inspiration from tbapy.
nimble install the_nim_alliance
prog.nim
:
import the_nim_alliance
tba = TBA(authKey: "<my auth key>")
echo tba.team("frc2791")
You will need to compile with the -d:ssl
flag.
nim c -d:ssl -r prog.nim