UTDNebula / nebula-api

The central API for Nebula Labs. Makes UTD data easily available through endpoints for both internal and public usage.
MIT License
26 stars 33 forks source link

Only query by specific parameters according to schema #201

Closed TortCode closed 9 months ago

TortCode commented 9 months ago

Please review schema tags labelled "schema" beside structs in objects.go and the examFilter in the exam controller to see which fields are queryable or not.

jpahm commented 9 months ago

This looks really good, thanks!

Have it merged with develop locally but still need to do some testing; should be merged here soon!