FIRST-Tech-Challenge / FIRST-Tech-Challenge/scorekeeper
FTC API season endpoint returns "frcChampionships" instead of "ftcChampionships"
- Dominant language
- No language data
- Stars
- 110
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
As described in the title, when requesting season overview data thru http://ftc-api.firstinspires.org/v2.0/{season}, a list of "frcChampionships" are returned rather than "ftcChampionships". It is in fact a list of FTC championship events, but the list name is incorrect.
**To Reproduce**
Steps to reproduce the behavior:
1. Send a GET request to http://ftc-api.firstinspires.org/v2.0/{season} - e.g. "http://ftc-api.firstinspires.org/v2.0/2022"
2. Read the returned body.
**Expected behavior**
Expected to list under "ftcChampionships"
**Device:**
- OS: MacOS
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.