adhocracy4 icon indicating copy to clipboard operation
adhocracy4 copied to clipboard

Refactor api.js

Open xi opened this issue 7 years ago • 0 comments

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.

xi avatar May 03 '17 09:05 xi