class Github::Client::Repos::Releases

def latest(*args)

Other tags:
    Api: - public

Parameters:
  • :repo (String) --
  • :owner (String) --

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