diepm / vim-rest-console

A REST console for Vim.
658 stars 54 forks source link

Gitlab no Responce #65

Closed oemunoz closed 6 years ago

oemunoz commented 6 years ago

Hi,

Im trying to test with gitlab API:

https://gitlab.com                                                                              
GET /api/v4/projects

But I only get:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
@

With a single curl this works:

curl "https://gitlab.com/api/v4/projects"

But if I try with github this works:

https://api.github.com                                                                          
GET /users/oemunoz

Im forgeting something to work with gitlab ?

diepm commented 6 years ago

It actually works. You can check by going down a few lines. The '@' signals it's a long output line.

oemunoz commented 6 years ago

You are right, tnks.