Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.

Fix missing argument, Set content_type in handle_request_mapping - #71

Open
whywaita wants to merge 1 commit into
vmware-archive:masterfrom
whywaita:fix/missing-argument
Open

whywaita wants to merge 1 commit into
vmware-archive:masterfrom
whywaita:fix/missing-argument

Conversation

@whywaita

Copy link
Copy Markdown

fixed: #70

lib.api_endpoint.api_metamodel2spec.handle_request_mapping needs content_type argument, but it's missing. https://github.com/vmware/vmware-openapi-generator/blob/54cf631512e69ca731a1fd5c0662b647833e7e2d/lib/api_endpoint/oas3/api_metamodel2openapi.py#L32-L34

This commit adds content_type argument.
So I can complete generating.

Signed-off-by: whywaita whywaita@whywrite.it

Signed-off-by: whywaita <whywaita@whywrite.it>
@goneri

goneri commented Nov 29, 2022

Copy link
Copy Markdown

@antonOO, is it possible to get a review of this PR?

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.

handle_request_mapping() missing 1 required positional argument: 'spec'

2 participants