openaq / openaq-api-v2

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

Adding `v3/instruments` resource #271

Closed majesticio closed 9 months ago

majesticio commented 9 months ago

closes #270

example response shape:

{
"id": 2,
"name": "Government Monitor",
"isMonitor": true,
"manufacturer": [
{
"id": 4,
"name": "Unknown Governmental Organization"
}
]
},
majesticio commented 9 months ago

I thought we were dropping locations count? Either way I will update

majesticio commented 9 months ago

added path queries for instruments_id and manufacturers_id.

majesticio commented 9 months ago

corrected conflicts and tested to ensure everything works.