Skip to content

Instantly share code, notes, and snippets.

View sukria's full-sized avatar

ASK sukria

View GitHub Profile
require 'Spore'
local github = Spore.new_from_spec 'github.json'
github:enable 'Format.JSON'
github:enable 'Runtime'
local r = github:user_information{format = 'json', username = 'schacon'}
print(r.status) --> 200