ooni / backend

Everything related to OONI backend infrastructure: ooni/api, ooni/pipeline, ooni/sysadmin, collector, bouncers and test-helpers
BSD 3-Clause "New" or "Revised" License
50 stars 29 forks source link

run: Implement OONI Run v2 CRUD interface #676

Closed hellais closed 1 year ago

hellais commented 1 year ago

This involves creating API endpoints that allow users of the https://run.ooni.io/ web interface to create and edit OONI Run links.

It should support all the operations listed in the "4.0 API" section of the OONI Run v2 specification document: https://github.com/ooni/spec/blob/master/backends/bk-005-ooni-run-v2.md#40-api

hellais commented 1 year ago

A first iteration of this has been implemented in the backend: https://github.com/ooni/backend/pull/678

hellais commented 1 year ago

The backend part if feature complete.