Major refactor of API #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactoring"
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?
'lootalot_db' crate has cleaner API and its role (managing db) is made clearer.
A thin wrapper has been added as api.rs module inside root crate, wrapping all queries allowed inside a unified ApiResponse.
The frontend has been updated to match the new restAPI