Move database API wrapper classes into this library #2
Loading…
Reference in New Issue
Block a user
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?
Currently, the frontend has a set of Typescript wrapper classes around the database API.
I'd like to move those to this repository and generalize them so they can work with either the front-end or back-end.
Since this is the first big undertaking, it'll probably require scaffolding some code for interacting with the api programmatically, and some other common utilities.
The wrapper classes live here:
https://code.garrettmills.dev/Noded/frontend/src/branch/master/src/app/structures/db-api.ts
They rely on the database API wrapper, which we'll probably want an interface and implementation for:
https://code.garrettmills.dev/Noded/frontend/src/branch/master/src/app/service/db-api.service.ts