aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* drop graphql supportArthur Zamarin2024-07-191-16/+0
| | | | | | | Sadly this was unmaintained and was broken at some point. I'm not that interested in maintaining it, so I'm dropping it. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Add a graphql apiMax Magorsch2020-06-011-0/+16
So far the application had no standardized api. Instead there have been different json endpoints on different locations which were mostly taken over from kkuleomi for backwards compability. Now a graphql api has been added at /api/graphql For more information about graphql, please refer to https://graphql.org/ Using the graphql api it's possible to access all of the data that is present in the postgres database. Documentation for the api will follow. Signed-off-by: Max Magorsch <arzano@gentoo.org>