NYCPlanning / ae-zoning-api

This application is API for serving data related to zoning and tax lots.
2 stars 0 forks source link

171 & 172 document and implement paginated tax lots #183

Closed TangoYankee closed 8 months ago

TangoYankee commented 8 months ago

Document an endpoint to return a paginated list of tax lots

We didn't discuss a minimum for limits. But a limit of 0 has no apparent benefit. Consequently, I set it to 1.

closes #171

Write a tax-lots endpoint to return a paginated list of tax lots

Note: I didn't make a variable to hold the default, max, and min values for limits. This leads to a "magic number" situation. I wasn't sure of the best place for such a semi-global variable. So, I'm open to recommendations.

closes #172