daedalus.nvim
daedalus.nvim copied to clipboard
In order to call great APIs, we need great API clients.
Thanks for the awesome plugin. I was wondering if you have any plans to move from curl to a lua http lib to handle the requests, like [lua-http](https://github.com/daurnimator/lua-http) for instance.
Curl does the job but: - involves communicating through stdout, therefore: - it has only one channel to transmit the information - To get HTTP statuscode, we'll have to parse...
Some endpoints take querystrings, so we can write helpers to encode values in the URL.