forked from sr2/cloud-api
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. |
||
|---|---|---|
| .. | ||
| config.py | ||
| constants.py | ||
| dependencies.py | ||
| exceptions.py | ||
| models.py | ||
| router.py | ||
| schemas.py | ||
| service.py | ||
| utils.py | ||