Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/openapi spec generation improvements 2 #6651

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nathanloyer
Copy link

My team needs to add custom extensions to the generated openapi spec, so I've put together some changes that will allow us to override the OpenApiInterceptor and customize what gets generated. We're also going to be using this to append more detailed json schema definitions into the spec so developers can quickly see what the FHIR objects look like without jumping out to read the FHIR Docs.

Let me know what you think and if I need to make any adjustments before we can merge. I have been mostly testing with direct integration with my server so far, but I will add more rigorous testing if you agree that this is a useful feature that we can merge.

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.50%. Comparing base (406db33) to head (f47b27a).
Report is 180 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6651      +/-   ##
============================================
- Coverage     83.54%   83.50%   -0.05%     
- Complexity    27432    28572    +1140     
============================================
  Files          1707     1797      +90     
  Lines        106185   111219    +5034     
  Branches      13397    13971     +574     
============================================
+ Hits          88710    92871    +4161     
- Misses        11750    12359     +609     
- Partials       5725     5989     +264     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant