lecter icon indicating copy to clipboard operation
lecter copied to clipboard

Replace rest-client with smth

Open Neodelf opened this issue 5 years ago • 3 comments

They're using rest-client gem. This is a very heavy-weight library. So I want to replace it with the native ruby library or better http gem.

Neodelf avatar Apr 09 '20 17:04 Neodelf

+1 for http.rb gem

pineapplethief avatar Apr 21 '20 08:04 pineapplethief

@pineapplethief yep, I hope their measuring is correct))

Neodelf avatar Apr 21 '20 22:04 Neodelf

I reverted the PR https://github.com/Neodelf/lecter/pull/68 cause there was a problem. Cause HTTP.rb gem has a different interface to add params to the GET request. So a lecter_enabled parameter was not added correctly.

Neodelf avatar Feb 15 '22 18:02 Neodelf