curl-converter icon indicating copy to clipboard operation
curl-converter copied to clipboard

The "--data-binary" option does not exist.

Open usmanarain350 opened this issue 3 years ago • 2 comments
trafficstars

curl 'https://graphigo.prd.dlive.tv/' --data-binary '{"query":"query{userByDisplayName(displayname: "Potato") {username displayname avatar partnerStatus followers{totalCount}}}"}'

usmanarain350 avatar Oct 18 '22 09:10 usmanarain350

It does not. It'll get added.

In the meantime, there's really no reason to use it in this case. Just change it to --data or -d for short.

jasonmccreary avatar Oct 18 '22 12:10 jasonmccreary

Thanks, @jasonmccreary It's working with the --data option

usmanarain350 avatar Oct 19 '22 05:10 usmanarain350