Also tested Unreal Engine, but it fetches only the branches for public streams.
Also tested the provided curl (the one automatically generated by pressing CURL button in the playground) but no lack:
The first one, that using curl directly in windows is misleading, as it doesn’t call cUrl but Invoke-WebRequest. Not an expert here, but afaik they don’t operate in the same way 100%, so make sure you’re using the right curl
If you were already using the right curl, i’d suggest trying with a simpler request? I tried with your request (changing the id and bearer) and it didn’t work on my side either. But this stripped down request did (and added variables to the body just for fun )
Notice that I’m using curl.exe which I installed using chocolatey.
I added new line chars to make it easier to read, this is the one-liner to copy paste:
Ok, i think there might be some character encoding shenanigans going on here. @Dimitrios.Ververidis i’ve copied your example, and the ' and " characters were not the standard unicode chars. Could you check again by copy pasting Alan’s example.
Thanks Alan, the screenshots and the one line code were really helpful.
I have managed to fetch branches of private and public Streams with it!!!
I used Powershell and curl.exe 7.55 (for some reason Powershell didn’t like 7.80 in my “C:\ProgramData\chocolatey\bin”, it was always finding the preinstalled 7.55)
Perhaps it will worth adding this in the CURL button in the GraphQL playground. I think there is little chance for someone to get through to that when the GraphQL query needs one or more arguments.
PS: Windows cmd does not like the single quotes. So it is not working with cmd