Skip to content

Fix missing argument, Set content_type in handle_request_mapping#71

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

Fix missing argument, Set content_type in handle_request_mapping#71
whywaita wants to merge 1 commit into
vmware: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.

par_array, url = self.handle_request_mapping(url, http_method, service_name,
operation_id, params, type_dict,
structure_dict, enum_dict, show_unreleased_apis, api_open_ph)

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 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.

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

2 participants