baverman / vial-http

Simple http rest tool for vim
MIT License
411 stars 13 forks source link

Isn't including fields for GET ? #15

Open ghost opened 6 years ago

ghost commented 6 years ago

Click on: https://api.wynncraft.com/public_api.php?action=itemDB&search=abandon

See it all works.

But when i do in vial-http

Host: https://api.wynncraft.com

GET /public_api.php action:=itemDB search:=abandon

I get the response

{
  "error": "API action required"
}

As if the action is being omitted by vial's request.

How can I use vial to access the api.wynncraft.com/public_api.php ?

kikyous commented 5 years ago

GET /public_api.php action=itemDB search=abandon