Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Extend OpenAPI codec to accept extra dict #563

Merged
merged 1 commit into from Oct 16, 2016

Conversation

marcgibbons
Copy link
Owner

@marcgibbons marcgibbons commented Oct 16, 2016

Fixes regression as of 2.0.6 which sees customizations added to the
Document, but ignored by the codec. This is a quick workaround to allow
passing in extra OpenAPI spec data until we can find a better solution.
(Fixes #562)

Dropped setting host; this is being set by the OpenAPI codec, and
its absence now passes swagger spec validation.

Fixes regression as of 2.0.6 which sees customizations added to the
Document, but ignored by the codec. This is a quick workaround to allow
passing in extra OpenAPI spec data until we can find a better solution.

(Fixes #561)
@marcgibbons marcgibbons force-pushed the feature/openapi-extra-customizations branch from 75fdf22 to e0f5439 Compare October 16, 2016 18:25
@codecov-io
Copy link

codecov-io commented Oct 16, 2016

Current coverage is 100% (diff: 100%)

Merging #563 into master will not change coverage

@@           master   #563   diff @@
====================================
  Files           3      3          
  Lines          65     63     -2   
  Methods         0      0          
  Messages        0      0          
  Branches        6      7     +1   
====================================
- Hits           65     63     -2   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update fd1dd3c...e0f5439

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

Successfully merging this pull request may close these issues.

None yet

2 participants