convertendo comandos cmd para a versão do windows

0

Eu comecei a aprender cURL e graphQL.

Livro me diz que eu preciso usar esta linha de comando no terminal

$ curl -H 'Content-Type:application/graphql' -XPOST 
https://www.graphqlhub.com/g\
raphql?pretty=true -d '{ hn { topStories(limit: 2) { title url } } }'
{
  "data": {
    "hn": {
      "topStories": [
        {
          "title": "Bank of Japan Is an Estimated Top 10 Holder in 90% of the Ni\
kkei 225",
          "url": "http://www.bloomberg.com/news/articles/2016-04-24/the-tokyo-wh\
ale-is-quietly-buying-up-huge-stakes-in-japan-inc"
        },
        {
          "title": "Dropbox as a Git Server",
          "url": "http://www.anishathalye.com/2016/04/25/dropbox-as-a-true-git-s\
erver/"
        }
      ]
    }
  }
}

Estou usando o windows e este comando cmd não funciona no windows 7. Eu preciso de alguma forma converter esse código em versão do Windows. Alguém poderia me ajudar para que eu pudesse correr no meu laptop?

    
por kust kust 09.10.2018 / 16:45

0 respostas