Posted 10 February 2013 - 02:58 PM
hey theres
^ returns nil for me? While when i got there in web-browser i get
Any ideas?
I'm tired so maybe i'm just doing something wrong, but going to bed now~ night :3
local f = http.get("https://api.github.com/user/repos")
print(type(f))
f.close()
^ returns nil for me? While when i got there in web-browser i get
{
"message": "Requires authentication"
}
Any ideas?
I'm tired so maybe i'm just doing something wrong, but going to bed now~ night :3