René's URL Explorer Experiment


Title: _get_kwargs does not produce correct payload when there are data and files present · Issue #508 · openapi-generators/openapi-python-client · GitHub

Open Graph Title: _get_kwargs does not produce correct payload when there are data and files present · Issue #508 · openapi-generators/openapi-python-client

X Title: _get_kwargs does not produce correct payload when there are data and files present · Issue #508 · openapi-generators/openapi-python-client

Description: Describe the bug When an API endpoint accepts data and files as a part of a multipart form data, the generated code puts the data fields (expected by httpx) into files, which leads to a TypeError in httpx when trying to encode the multip...

Open Graph Description: Describe the bug When an API endpoint accepts data and files as a part of a multipart form data, the generated code puts the data fields (expected by httpx) into files, which leads to a TypeError i...

X Description: Describe the bug When an API endpoint accepts data and files as a part of a multipart form data, the generated code puts the data fields (expected by httpx) into files, which leads to a TypeError i...

Opengraph URL: https://github.com/openapi-generators/openapi-python-client/issues/508

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"_get_kwargs does not produce correct payload when there are data and files present","articleBody":"**Describe the bug**\r\nWhen an API endpoint accepts data and files as a part of a multipart form data, the generated code puts the `data` fields (expected by `httpx`) into `files`, which leads to a `TypeError` in httpx when trying to encode the multipart form data.\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n1. Generate client\r\n2. Try to use the endpoint\r\n\r\n**Expected behavior**\r\nShould not encounter `TypeError` in `httpx`.  More specifically, the `_get_kwargs()` function of the module for the endpoint needs to return an additional field, `data`, in addition to `files` for the plain text fields.  That probably means `multipart_data.to_multipart()` should return both `data` and `files`.  Currently, it only returns `files`.\r\n\r\n**OpenAPI Spec File**\r\nThe openapi.yaml is private, but I can do my best to produce a snippet that would reproduce the error.  The actual endpoint shouldn't matter because the `TypeError` is encountered before sending any requests.\r\n\r\n```yaml\r\nopenapi: 3.0.1\r\ninfo:\r\n  title: Rest API\r\n  version: \"3\"\r\nservers:\r\n- url: /rest\r\nsecurity:\r\n- JwtAuth: []\r\n- ApiKeyAuth: []\r\npaths:\r\n  /api/projects/{projectId}/depositFile:\r\n    post:\r\n      tags:\r\n      - Deposit File\r\n      summary: Deposit a file.\r\n      operationId: depositFile\r\n      parameters:\r\n      - name: projectId\r\n        in: path\r\n        description: The ID of the project\r\n        required: true\r\n        schema:\r\n          type: string\r\n      requestBody:\r\n        content:\r\n          multipart/form-data:\r\n            schema:\r\n              $ref: '#/components/schemas/DepositFileDto'\r\n      responses:\r\n        \"201\":\r\n          description: The file is deposited successfully.\r\n          content:\r\n            application/json: {}\r\ncomponents:\r\n  schemas:\r\n    DepositFileDto:\r\n      required:\r\n      - code\r\n      - description\r\n      - mainFile\r\n      - parametersXmlFile\r\n      type: object\r\n      properties:\r\n        code:\r\n          maxLength: 255\r\n          minLength: 1\r\n          type: string\r\n          description: The code of the file\r\n        description:\r\n          maxLength: 4000\r\n          minLength: 1\r\n          type: string\r\n          description: The description of the file\r\n        mainFile:\r\n          type: string\r\n          description: The main file.\r\n          format: binary\r\n        versionComment:\r\n          type: string\r\n          nullable: true\r\n```\r\n\r\n**Desktop (please complete the following information):**\r\n - OS: Windows 10\r\n - Python Version: 3.9.4\r\n - openapi-python-client version: 0.10.4\r\n","author":{"url":"https://github.com/skuo1-ilmn","@type":"Person","name":"skuo1-ilmn"},"datePublished":"2021-10-04T17:42:15.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/508/openapi-python-client/issues/508"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:029e8da6-7739-ec36-dc81-8d00e31b9bbb
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD840:E616D:1C8FA48:263C953:6981B69F
html-safe-nonceb4437eaffa25386f4e2d9c9e719ec9339e71a65db74487fdda908f9eb16952fc
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEODQwOkU2MTZEOjFDOEZBNDg6MjYzQzk1Mzo2OTgxQjY5RiIsInZpc2l0b3JfaWQiOiI5MDk3NDQyNDAzNTA1MjU2MDk1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac88dc0a162deaf2a4caea487a7c5f8145e830d39a25708e2fcf96948cab04b899
hovercard-subject-tagissue:1015451338
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/openapi-generators/openapi-python-client/508/issue_layout
twitter:imagehttps://opengraph.githubassets.com/684405a48a0944446d2499cd058f71c3cb3b7f060be282498695b66955202736/openapi-generators/openapi-python-client/issues/508
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/684405a48a0944446d2499cd058f71c3cb3b7f060be282498695b66955202736/openapi-generators/openapi-python-client/issues/508
og:image:altDescribe the bug When an API endpoint accepts data and files as a part of a multipart form data, the generated code puts the data fields (expected by httpx) into files, which leads to a TypeError i...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameskuo1-ilmn
hostnamegithub.com
expected-hostnamegithub.com
Nonee137814e266030874fd2c86863529d0622b13889eeda04148c57654b6ea84ad6
turbo-cache-controlno-preview
go-importgithub.com/openapi-generators/openapi-python-client git https://github.com/openapi-generators/openapi-python-client.git
octolytics-dimension-user_id84925606
octolytics-dimension-user_loginopenapi-generators
octolytics-dimension-repository_id240776275
octolytics-dimension-repository_nwoopenapi-generators/openapi-python-client
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id240776275
octolytics-dimension-repository_network_root_nwoopenapi-generators/openapi-python-client
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasedd58d68a7813bbec9c91422c8c35f4af33832d70
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/openapi-generators/openapi-python-client/issues/508#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenapi-generators%2Fopenapi-python-client%2Fissues%2F508
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenapi-generators%2Fopenapi-python-client%2Fissues%2F508
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=openapi-generators%2Fopenapi-python-client
Reloadhttps://github.com/openapi-generators/openapi-python-client/issues/508
Reloadhttps://github.com/openapi-generators/openapi-python-client/issues/508
Reloadhttps://github.com/openapi-generators/openapi-python-client/issues/508
openapi-generators https://github.com/openapi-generators
openapi-python-clienthttps://github.com/openapi-generators/openapi-python-client
Please reload this pagehttps://github.com/openapi-generators/openapi-python-client/issues/508
Notifications https://github.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Fork 264 https://github.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Star 1.9k https://github.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Code https://github.com/openapi-generators/openapi-python-client
Issues 77 https://github.com/openapi-generators/openapi-python-client/issues
Pull requests 14 https://github.com/openapi-generators/openapi-python-client/pulls
Discussions https://github.com/openapi-generators/openapi-python-client/discussions
Actions https://github.com/openapi-generators/openapi-python-client/actions
Security 2 https://github.com/openapi-generators/openapi-python-client/security
Insights https://github.com/openapi-generators/openapi-python-client/pulse
Code https://github.com/openapi-generators/openapi-python-client
Issues https://github.com/openapi-generators/openapi-python-client/issues
Pull requests https://github.com/openapi-generators/openapi-python-client/pulls
Discussions https://github.com/openapi-generators/openapi-python-client/discussions
Actions https://github.com/openapi-generators/openapi-python-client/actions
Security https://github.com/openapi-generators/openapi-python-client/security
Insights https://github.com/openapi-generators/openapi-python-client/pulse
New issuehttps://github.com/login?return_to=https://github.com/openapi-generators/openapi-python-client/issues/508
New issuehttps://github.com/login?return_to=https://github.com/openapi-generators/openapi-python-client/issues/508
#548https://github.com/openapi-generators/openapi-python-client/pull/548
_get_kwargs does not produce correct payload when there are data and files presenthttps://github.com/openapi-generators/openapi-python-client/issues/508#top
#548https://github.com/openapi-generators/openapi-python-client/pull/548
🐞bugSomething isn't workinghttps://github.com/openapi-generators/openapi-python-client/issues?q=state%3Aopen%20label%3A%22%F0%9F%90%9Ebug%22
0.11.0https://github.com/openapi-generators/openapi-python-client/milestone/28
https://github.com/skuo1-ilmn
https://github.com/skuo1-ilmn
skuo1-ilmnhttps://github.com/skuo1-ilmn
on Oct 4, 2021https://github.com/openapi-generators/openapi-python-client/issues/508#issue-1015451338
🐞bugSomething isn't workinghttps://github.com/openapi-generators/openapi-python-client/issues?q=state%3Aopen%20label%3A%22%F0%9F%90%9Ebug%22
0.11.0https://github.com/openapi-generators/openapi-python-client/milestone/28
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.