Sha256: bbc51d4c1a7044a338371facf98b63a03030ed13da360821e3ee749bd9d1c67d

Contents?: true

Size: 175 Bytes

Versions: 4

Compression:

Stored size: 175 Bytes

Contents

module Brief::GithubClient
  class RepositoryIssueEvents < Request
    requires :org, :repo

    def endpoint
      "repos/#{ org }/#{ repo }/issues/events"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
brief-0.0.5 lib/brief/github_client/repository_issue_events.rb
brief-0.0.4 lib/brief/github_client/repository_issue_events.rb
brief-0.0.3 lib/brief/github_client/repository_issue_events.rb
brief-0.0.2 lib/brief/github_client/repository_issue_events.rb