ooni / data

OONI Data CLI and Pipeline v5
https://docs.ooni.org/data
8 stars 4 forks source link

Create list_observations API endpoint #35

Closed hellais closed 7 months ago

hellais commented 1 year ago

Similar to list_measurements in API, but that operators on observations

hellais commented 7 months ago

This has been implemented in the following commit: https://github.com/ooni/data/pull/45/commits/d64463f328cec3a5588590c3fec5d2eeae9850ac.

It's fully compatible with the interface of list_measurements.

To land it into master I would like to first figure out a nice plan for deploying this. This is connected to coming up with a plan for making the deployment of the API/backend smoother in the future.

hellais commented 7 months ago

I think we can consider this issue done, pending on the deployment topic.