Move database API wrapper classes into this library #2

Open
opened 3 years ago by garrettmills · 0 comments
Owner

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

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
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: Noded/plugins#2
Loading…
There is no content yet.