mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-17 17:30:17 -04:00
* 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> |
||
---|---|---|
.. | ||
__init__.py | ||
entity_base.py | ||
program_enum.py | ||
resource_entity.py | ||
resource_tag_entity.py | ||
sample_entity.py | ||
service_entity.py | ||
service_tag_entity.py | ||
tag_entity.py | ||
user_entity.py | ||
user_enum.py |