Skip to content

Instantly share code, notes, and snippets.

View pmaojo's full-sized avatar
🏠
Working from home

Pelayo Maojo pmaojo

🏠
Working from home
View GitHub Profile
@pmaojo
pmaojo / avatar.rb
Created April 24, 2017 16:35 — forked from jusk02/avatar.rb
def get_avatar(container,file,access_token)
@avatar_clean = ApiConecction.get("/Contenedores/#{container}/download/#{file}",access_token)
// aqui deberia tomar @avatar_clean.response_body y convertirlo en la imagen, pero no se que hacer
end