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

http-client: add body form urlencoded option #1110

Merged
merged 3 commits into from
Aug 20, 2024

Conversation

RonaldEAM
Copy link
Contributor

No description provided.

@RonaldEAM RonaldEAM requested a review from a team as a code owner August 19, 2024 23:28
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unit tests?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added!

@@ -179,6 +181,155 @@ describe('APIClient', () => {
body: `{"test":"test"}`,
});
});

describe('fmtBody', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@RonaldEAM RonaldEAM merged commit 3e24b41 into main Aug 20, 2024
8 checks passed
@RonaldEAM RonaldEAM deleted the add-body-form-urlencoded-to-client branch August 20, 2024 21:07
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