When using the /projects
and /project/{id}
endpoints, the information of the categories of the project are not returned.
It would be nice to have this information in the returned structure or via a dedicated endpoint (/project/{id}/categories
)
Related to this, it would be helpful to be able to filter the /projects
with a query like {"with_categories":["cat1","cat2"]}
.