compass/backend/api
2024-10-29 19:24:07 -04:00
..
__init__.py Intialize API with basic user methods 2024-04-23 21:04:48 -04:00
authentication.py Intialize API with basic user methods 2024-04-23 21:04:48 -04:00
health.py Intialize API with basic user methods 2024-04-23 21:04:48 -04:00
resource.py Created API routes for create, update, delete, get_all, and get_by_name. Deleted service methods for get by id. 2024-10-29 19:24:07 -04:00
service.py Created API routes for create, update, delete, get_all, and get_by_name. Deleted service methods for get by id. 2024-10-29 19:24:07 -04:00
tag.py Updated main.py for API routes to include tags and rolled entities back. 2024-10-15 19:49:47 -04:00
user.py Add loading animations and authentication handling 2024-04-24 17:24:54 -04:00