compass/backend/services
Aidan Kim 7d705ac743
API Routes for Resources and Services (#40)
* Implemented API routes for getting all, creating, updating, and deleting resources, services, and tags.

* Updated main.py for API routes to include tags and rolled entities back.

* Created API routes for create, update, delete, get_all, and get_by_name. Deleted service methods for get by id.

* Defaults created_at to current time

* Write markdown file for HTTP requests using curl

---------

Co-authored-by: pmoharana-cmd <pmoharana032474@gmail.com>
2024-11-05 19:12:03 -05:00
..
__init__.py Set up User and Tag tests/fixtures, Fix data type errors 2024-04-12 17:38:20 -04:00
exceptions.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
health.py Intialize API with basic user methods 2024-04-23 21:04:48 -04:00
permissions.py resource service and permissions service wip 2024-04-24 20:01:13 -04:00
resource.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
service.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
tag.py API Routes for Resources and Services (#40) 2024-11-05 19:12:03 -05:00
user.py updated the service methods and modified a few of the tests. 2024-04-24 19:37:29 -04:00