Skip to content

jira: use requests' built-in quoting for AAID user discovery#456

Open
ktdreyer wants to merge 1 commit into
psss:mainfrom
ktdreyer:jira-requests-url-params
Open

jira: use requests' built-in quoting for AAID user discovery#456
ktdreyer wants to merge 1 commit into
psss:mainfrom
ktdreyer:jira-requests-url-params

Conversation

@ktdreyer
Copy link
Copy Markdown
Contributor

@ktdreyer ktdreyer commented Mar 27, 2026

Python's requests will quote and append any parameters that we pass into get(params=...)

Remove the explicit urllib.parse.quote() and URL string construction.

Rely on requests' behavior instead. This simplifies the code and matches how we handle requests parameters elsewhere.

Python's requests will quote and append any parameters that we pass into
get(params=...)

Remove the explicit urllib.parse.quote() and URL string construction.

Rely on requests' behavior instead. This simplifies the code and matches
how we handle requests parameters elsewhere.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants