There are still a lot of endpoints to build for this API. The following are those I have prioritized but feel free to add others by adding another issue to this repo.
Add two endpoints for the following:
- School Attendance
- CMAS ELA and Math Scores
- CMAS Science Scores
- Free & Reduced Lunch
- SAT & PSAT scores
- Student-Teacher Ratios
The two endpoints should be as follows:
- GET for all schools meeting the query params built out to filter select statement based on data in the table. ex:
api/v1/schools/attendance?rate=.9
- GET for specific school attendance data with school id in path param. ex:
api/v1/school/:id
There are still a lot of endpoints to build for this API. The following are those I have prioritized but feel free to add others by adding another issue to this repo.
Add two endpoints for the following:
The two endpoints should be as follows:
api/v1/schools/attendance?rate=.9api/v1/school/:id