|
Re: [FRC Blog] FRC Community Tools Developers Conference for FMS API
I'm pretty impressed with what's up so far. It seems the spec covers all the data that I could feasibly want (and more!).
There's really only two feature requests I can think of (which I'll put up on the tracker at some point):
- It would be nice to have a single endpoint to get all of an event's matches, with score data when available. Currently, it seems like I'd have to do a request to get the event schedule and then do a second request for the results and overlay the two. It shouldn't be too bad to have an endpoint just like the results one, but returns all matches and nulls out the scores for the unplayed ones.
- Push notifications would be awesome. But I understand those aren't a high priority at the beginning. Just keep them in mind for later while designing the system
|