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 “/assignments” #3

Open ArmaanS211 opened 1 year ago

ArmaanS211 commented 1 year ago

I tried to access my classes and schedule using this api, but it does not work, and it returns {} or []. My transcript works fine, and the get call returns my correct transcript, but when I call those other features it does not work. The data is available in HAC, and it seems to be going through but it does not return anything. I also tried using a different api to see if it was a HAC problem, but that api works fine, so I was just wondering why it does not work with this one.

nitheesh-cpu commented 1 year ago

If you are in a different ISD it probably is structured a little differently. What ISD are you in

ArmaanS211 commented 1 year ago

I am in Frisco ISD

nitheesh-cpu commented 1 year ago

And you checked that HAC actually shows something? I can't check to see if there's something to fix right now because it's all empty for me. You can always just clone the repo and make your own because the structure is different sometimes.

ArmaanS211 commented 1 year ago

yea a different type of api from someone else works, I just wanted to use this one cause this one is consistent with what I need. I do not know how to make apis, and I do not know how to do web scraping from HAC either since it requires a login page and things, so I was just wondering if you could find any issue.