Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue httpie#172: spec/buggy Path/Operation handling
Current code expect Path object to contain only method/Operation declaration. Path object may contain $ref, summary, description, servers and parameters entries. If available, this entries are default values to apply children Operation. This fix drops unused entries ($ref, summary, description, servers) and merge parameters: * unicity based on name/in unicity * Operation value takes precedence This fix allows to parse spec file attached with httpie#172
- Loading branch information