opendatateam / udata

Customizable and skinnable social platform dedicated to open data.
http://udata.readthedocs.org
GNU Affero General Public License v3.0
238 stars 87 forks source link

feat: add api /me/org_topics/ #3070

Closed abulte closed 1 month ago

abulte commented 1 month ago

Adds a route /api/2/me/org_topics, similar to /me/org_datasets.

It returns a paginated list of all topics the connected has privileged access to: either its own topics or those of its organizations.

This is api v2 since the topics are serialized with the v2 format (rel for datasets and reuses).