cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Make class measurement reponse keys consistent #117

Closed Carifio24 closed 3 months ago

Carifio24 commented 3 months ago

The JSON returned from the /class-measurements (aka /stage-3-data) endpoints uses camelCase, whereas everything else is using JSON with snake_case keys. This PR modifies those endpoints to use snake_case for consistency.