Skip to content

Commit 65f9563

Browse files
authored
link router (#99)
## Description Removing linking specific API endpoints out of main and into `recordlinker.routes.link_router` ## Additional Notes This is just a code reorg change, no net new functionality has been added. - Create a new router for the linking API endpoints - Create a new schema, `recordlinker.schemas.link` to store link request/response payload signatures - Remove `recordlinker.base_service` and define new names, versions, descriptions for the Record Linker app in `recordlinker.main` - renamed the FHIR api endpoint from `/link-record` to `/link/fhir` - Removed the sample FHIR bundles for the FHIR endpoint
1 parent e89fdda commit 65f9563

File tree

9 files changed

+597
-857
lines changed

9 files changed

+597
-857
lines changed

assets/sample_link_record_requests.json

Lines changed: 0 additions & 72 deletions
This file was deleted.

assets/sample_link_record_responses.json

Lines changed: 0 additions & 115 deletions
This file was deleted.

src/recordlinker/base_service.py

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)