class GitHub::TagComparison
- GitHub::TagComparison
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
models/git_hub/tag_comparison.crConstructors
Class Method Summary
- .adapter
- .fetch(base_tag : String, head_tag : String) : GitHub::TagComparison
- .fetch_batch(client : HTTP::Client, base_tag : String, head_tag : String, page : Int32 = 1, per_page : Int32 = 100)
Instance Method Summary
- #commits : Array(GitHub::Commit)
- #commits=(commits : Array(GitHub::Commit))
- #html_url : String
- #html_url=(html_url : String)
- #total_commits : Int32
- #total_commits=(total_commits : Int32)
- #url : String
- #url=(url : String)
Constructor Detail
Class Method Detail
def self.fetch_batch(client : HTTP::Client, base_tag : String, head_tag : String, page : Int32 = 1, per_page : Int32 = 100)
#