Created
April 26, 2012 04:11
-
-
Save rderoldan1/2495749 to your computer and use it in GitHub Desktop.
using github API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'httparty' | |
response = HTTParty.get(' https://api.github.com/users/rderoldan1/repos') | |
response.each do |repo| | |
puts repo["name"] | |
end | |
--------- | |
ruby_chat | |
rails-test | |
sps | |
parcial_practico_operativos | |
topicos | |
railscasts-episodes | |
Trabajo | |
learn-ruby | |
SaaS-Class | |
SoapWebService | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment