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: use Uri.encodeComponent for URL path parameters to ensure safe URL encoding #141

Merged
merged 3 commits into from
Jan 14, 2025

Conversation

YeungKC
Copy link
Collaborator

@YeungKC YeungKC commented Jan 14, 2025

  • Fix URL encoding for path parameters
  • Fix query parameters handling for optional values
  • Mark deactive and deactiveVerification as deprecated in favor of deactivate and deactivateVerification

@YeungKC YeungKC requested review from boyan01 and crossle January 14, 2025 07:17
@YeungKC YeungKC force-pushed the refactor/url-encode-path branch from c71a094 to afc2178 Compare January 14, 2025 07:20
* Fix URL encoding for path parameters across multiple API endpoints
* Improve handling of query parameters for optional values
* Mark `deactive` and `deactiveVerification` as deprecated in favor of `deactivate` and `deactivateVerification`
@YeungKC YeungKC force-pushed the refactor/url-encode-path branch from afc2178 to e39fbb2 Compare January 14, 2025 07:21
@boyan01 boyan01 merged commit b6e9611 into master Jan 14, 2025
0 of 2 checks passed
@boyan01 boyan01 deleted the refactor/url-encode-path branch January 14, 2025 08:26
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.

2 participants