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

Creating request with curl, -g parameter doesn't work #2010

Closed
liujigang opened this issue Apr 4, 2024 · 1 comment · Fixed by #2025
Closed

Creating request with curl, -g parameter doesn't work #2010

liujigang opened this issue Apr 4, 2024 · 1 comment · Fixed by #2025
Labels
bug Something isn't working

Comments

@liujigang
Copy link

example:

curl -X GET \
  -H "X-Id: appid" \
  -G \
  --data-urlencode 'limit=100' \
  https://host/1/classes
@helloanoop
Copy link
Contributor

This will go out in the 1.13.0 release. Please subscribe to Discord announcement channel to stay notified on the releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants