API Improvements #116
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: projects/fipamo#116
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The API works, but it's convulted and not straightforward in how it functions. There needs to be a clear separation between the grabbing content for the front end and admin functions for the backend.
At the moment those two categories are mixed together that makes API usage more complicated than it needs to be.
The documentation for the API also needs to be updated.
So the admin API has been removed completely from the front end because of lingering security concerns.
It will only be accessible from the backend for projects that want interact with an existing Fipamo install.
Some methods have already been converted but it needs to be completed.