Sha256: 693fefd516cd27a4a8eaca2ff2b0072ffdf9091d6fc25f1e9348d57709279c2c

Contents?: true

Size: 162 Bytes

Versions: 4

Compression:

Stored size: 162 Bytes

Contents

module Brief::GithubClient
  class RepositoryEvents < Request
    requires :org, :repo
    def endpoint
      "repos/#{ org }/#{ repo }/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_events.rb
brief-0.0.4 lib/brief/github_client/repository_events.rb
brief-0.0.3 lib/brief/github_client/repository_events.rb
brief-0.0.2 lib/brief/github_client/repository_events.rb