Commit Graph

2 Commits (f2821c561ea795c6f2a6ac0a6825d99d59419e84)

Author SHA1 Message Date
peery f2821c561e Added POST, DELETE API for presences, Fixed Cascade Issues, Added generic entry listings
Implemented a way to create, update and delete presences over the API.
Implemented code to list >ALL< artists similar to Art entries. Should be secured against requesting the entire database at some point.

Added debug prints to all API calls for clearer logging
Peery 442cefc834 Basic Webservice
Roughly working webservice API working with SQLAlchemy and FastAPI.
Currently only GET queries are implemented.