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

Fix missing argument, Set content_type in handle_request_mapping #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

whywaita
Copy link

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 [email protected]

@goneri
Copy link

goneri commented Nov 29, 2022

@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