1.3.3 - Argument Refinement on More Methods #5
Trenza1ore
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature
**payloadnow expose documented query parameters as named keyword arguments —orgs.create_repo,orgs.update,webhooks.create,webhooks.update,pulls.request_test,repos.set_org_repo_status,repos.transfer_to_org,repos.transfer,repos.update_transition,repos.update_push_config,repos.update_repo_settings,repos.update_pull_request_settings, andrepos.upload. A trailing**kwargspreserves backward compatibility.releases.uploadnow returns thehttpx.Responsefrom the upload PUT request instead ofNone, letting callers inspect status codes and headers.Fix
AsyncIssuesResource.createnow correctly forwards**kwargsinto the request body (the sync variant already did).Docs
**payload/**paramsreferences: README, CLI help text, and CLI docs no longer mention**payloador**params; they now describe extra arguments generically.Full Changelog: 1.3.2...1.3.3
This discussion was created from the release 1.3.3 - Argument Refinement on More Methods.
Beta Was this translation helpful? Give feedback.
All reactions