1
0
Fork 0
forked from sr2/cloud-api
cloud-api/src/organisation
luxferre 657f91d73d feat: org dependencies
Org endpoints use query/body model dependencies to perform initial db lookups.

Issue #6

Org ID path params have been replaced with either query params (get endpoints) or body values.

Resolves #10

Endpoints in other modules that rely on an org model lookup have also been updated.
2026-05-27 12:21:30 +01:00
..
config.py Initial commit 2026-04-06 12:41:49 +01:00
constants.py Initial commit 2026-04-06 12:41:49 +01:00
dependencies.py feat: org dependencies 2026-05-27 12:21:30 +01:00
exceptions.py feat: org dependencies 2026-05-27 12:21:30 +01:00
models.py feat: contact model restructure 2026-05-25 15:15:50 +01:00
router.py feat: org dependencies 2026-05-27 12:21:30 +01:00
schemas.py feat: org dependencies 2026-05-27 12:21:30 +01:00
service.py Initial commit 2026-04-06 12:41:49 +01:00
utils.py Initial commit 2026-04-06 12:41:49 +01:00