tonyzimbinski / infinite-campus

📚 unofficial API for Infinite Campus written in Node JS
GNU General Public License v3.0
29 stars 11 forks source link

"Student Campus" broke everything #2

Closed qwazwsx closed 5 years ago

qwazwsx commented 5 years ago

the new "Student Campus" broke how the API worked before as well as the format for the xml.

This comes with some good news though, student campus uses API calls to generate data client-side as opposed to server-generated HTML. This means that we can take a look at the network requests and find relevant API calls. Not only that, but we can ditch the terrible, horrible, no good, very bad XML file.

qwazwsx commented 5 years ago

fixed with #3