struct PortfolioJson::Github::Repo

Included Modules

Defined in:

portfolio-json/github.cr

Constant Summary

URI = "#{GITHUB_API_BASE}/users/#{GITHUB_USERNAME}/repos"

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.repos_of_user #

[View source]

Instance Method Detail

def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def fork : Bool #

[View source]
def fork=(fork : Bool) #

[View source]
def homepage : String | Nil #

[View source]
def homepage=(homepage : String | Nil) #

[View source]
def html_url : String #

[View source]
def html_url=(html_url : String) #

[View source]
def language : String | Nil #

[View source]
def language=(language : String | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def stargazers_count : Int32 #

[View source]
def stargazers_count=(stargazers_count : Int32) #

[View source]
def updated_at : Time #

[View source]
def updated_at=(updated_at : Time) #

[View source]