-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels