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

More media types supported #622

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Jul 19, 2023

Added media types text/html , text/plain, application/vnd.api+json, application/xml and application/xhtml+xml

Fixes #224

@p1c2u p1c2u force-pushed the feature/more-media-types-supported branch from 0232e05 to 38c4678 Compare July 19, 2023 16:52
@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Merging #622 (49b50b6) into master (efdc5be) will decrease coverage by 0.04%.
The diff coverage is 77.77%.

@@            Coverage Diff             @@
##           master     #622      +/-   ##
==========================================
- Coverage   90.93%   90.89%   -0.04%     
==========================================
  Files         123      123              
  Lines        3452     3459       +7     
  Branches      421      422       +1     
==========================================
+ Hits         3139     3144       +5     
- Misses        263      264       +1     
- Partials       50       51       +1     
Impacted Files Coverage Δ
openapi_core/deserializing/media_types/util.py 88.23% <50.00%> (-11.77%) ⬇️
openapi_core/deserializing/media_types/__init__.py 100.00% <100.00%> (ø)
...pi_core/deserializing/media_types/deserializers.py 100.00% <100.00%> (ø)

@p1c2u p1c2u force-pushed the feature/more-media-types-supported branch 4 times, most recently from bc1207e to 167e545 Compare July 19, 2023 17:15
@p1c2u p1c2u force-pushed the feature/more-media-types-supported branch from 167e545 to 49b50b6 Compare July 19, 2023 17:18
@p1c2u p1c2u merged commit 84b3b2e into master Jul 19, 2023
@p1c2u p1c2u deleted the feature/more-media-types-supported branch July 19, 2023 17:25
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.

Media type 'application/vnd.api+json' is not supported.
1 participant