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

feat(core/request): add query parameters to URL #128

Merged
merged 4 commits into from
May 22, 2024

Conversation

duowb
Copy link
Contributor

@duowb duowb commented May 21, 2024

Automatically add parameters by parsing the configuration of the URL

https://reqres.in/api/users/2
url:
https://reqres.in/api/users/:id
query:
{
	id: 2
}

@xiaodong2008
Copy link
Member

Thanks for your contribution!

@xiaodong2008 xiaodong2008 merged commit 4c74e1a into fastjs-team:main May 22, 2024
5 checks passed
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