icssc / peterportal-api-next

API that provides easy access to public data from UC Irvine. Developed for Anteaters, by Anteaters.
https://docs.icssc.club/anteaterapi
MIT License
6 stars 0 forks source link

feat(ant-stack): implement route creation logic #48

Closed ecxyzzy closed 1 year ago

ecxyzzy commented 1 year ago

Notable changes:

Caveats:

ap0nia commented 1 year ago
ecxyzzy commented 1 year ago

This would definitely be high priority, since the GraphQL endpoint depends on all of the other endpoints. So while it's fine for every other endpoint to be tested individually this way, we wouldn't be able to test the GraphQL endpoint at all, apart from requesting a staging deployment and testing it from there.