You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daycare endpoint that returns all the daycares in JSON format (this powers the main search page) GET /daycare?name=foo GET /daycare?lat=xx&lon=xx GET /daycare?grade=a,b or GET /daycare?grade=all GET /daycare?hasInspections=true&lat=xx&lon=xx
daycare GET /daycare/:id returns information of that one particular daycare (if we need to build individual daycare show pages
violations GET /daycare/:id/violations returns just the violations for a given daycare
This is good place to start - I'm sure as we build the frontend we'll come up with more requirements.
The text was updated successfully, but these errors were encountered:
GET /daycare?name=foo
GET /daycare?lat=xx&lon=xx
GET /daycare?grade=a,b
orGET /daycare?grade=all
GET /daycare?hasInspections=true&lat=xx&lon=xx
GET /daycare/:id
returns information of that one particular daycare (if we need to build individual daycare show pagesGET /daycare/:id/violations
returns just the violations for a given daycareThis is good place to start - I'm sure as we build the frontend we'll come up with more requirements.
The text was updated successfully, but these errors were encountered: