gqli.rb
gqli.rb copied to clipboard
Using basic_auth
Hello, I'm actually trying gqli and I run in problems with authorization.
My client needs a basic_authorization via request = Net::HTTP::Get.new(uri.request_uri) request.basic_auth("admin", "admin")
Is there a way to do this?
I guess it needs a change in GQLi::Client#request