nitheesh-cpu / HomeAccessCenterAPI

An API for HAC
https://homeaccesscenterapi.vercel.app/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Feedback for “/classes” and "/assignments" #5

Open k1517600 opened 8 months ago

k1517600 commented 8 months ago

The documentation doesn't match; the supposed output includes a JSON object with class codes and class names, exactly how they look on the HAC page. The actual response is a list of just the names.

Expected output format: image

Actual output format: image

The "Example" section of the assignments documentation is just wrong, there's no "class" included in the link. I'd really like to know how to do this so I can actually used this endpoint, right now I'm just kind of guessing.

image

k1517600 commented 8 months ago

I just realized that this is the outdated repository, but it's the one that I'm brought to when I press "give feedback". I'm of course using the V2 API.