Sha256: ebf47d4621e91368f40edbf62a330fe4badc49dc05c44bbf33f6c0eaadd1b4af

Contents?: true

Size: 156 Bytes

Versions: 4

Compression:

Stored size: 156 Bytes

Contents

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

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