class Github::Client::Repos::Releases::Tags

The Releases API

def get(*args)

Other tags:
    Api: - public

Other tags:
    See: https://developer.github.com/v3/repos/releases/#get-a-release-by-tag-name -
def get(*args)
  arguments(args, required: [:owner, :repo, :tag]).params
  get_request("/repos/#{arguments.owner}/#{arguments.repo}/releases/tags/#{arguments.tag}" , arguments.params)
end