Help me please. I make client for android for github.com api v3 and i have a trouble with authorization. (login = mytest12345 , pass = 12345test)
http://developer.g
def encoded = Base64.getEncoder().encodeToString((username + ":" + password).getBytes()); request.setHeader("Authorization", "Basic " + encoded);