PeterJCLaw / srcomp-http

Web API to the state of the Student Robotics Competition
https://github.com/PeterJCLaw/srcomp/wiki
GNU General Public License v3.0
0 stars 4 forks source link

experiment: Use TypedDict for team_info response #10

Open trickeydan opened 1 year ago

trickeydan commented 1 year ago

I'd be interested to see what you think of this @PeterJCLaw, it's half a step towards defining a full schema for the API. I have only implemented for one endpoint as I don't want to spend the time doing all of the endpoints if this isn't something you'd be interested in merging...