class Raykit::Git::Repository

def self.parse(json)

def self.parse(json)
    hash=JSON.parse(json)
    repo=Repository.new(hash["url"])
    repo
end