openaq / openaq-api-v2

OpenAQ API
https://api.openaq.org
43 stars 9 forks source link

bug fix: included order_by in v1 and v2 measurements #263

Closed majesticio closed 1 year ago

majesticio commented 1 year ago

order_by and sort_by was created in Measurements class but were not included in the SQL queries for v1 and v2. resolves #261

majesticio commented 1 year ago

note: ORDER BY datetime is hard coded into v3 measurements