adhocracy4
adhocracy4 copied to clipboard
Refactor api.js
Currently, all client side code for API calls is in a single, monolothic file (api.js). This means that individual projects that build on adhocracy4 have no good way of extending this. As a result, api.js already contains some code that is specific to individual projects (e.g. follow, document).
We should refactor api.js to be extendable from individual projects.