Sha256: fab693dc955b2540073f69d727ee2ce16eccd4042d9ba64d24625d29f536ffc8
Contents?: true
Size: 313 Bytes
Versions: 8
Compression:
Stored size: 313 Bytes
Contents
module Megam class Gogs #Yet to be tested def get_repos(token=nil) @options = {:path => "/user/repos", :body => ''}.merge(@options) request( :expects => 200, :method => :get, :token => token, :body => @options[:body] ) end end end
Version data entries
8 entries across 8 versions & 1 rubygems