class Github::Client::Projects

def get(*args)

Other tags:
    Api: - public

Other tags:
    See: https://developer.github.com/v3/projects/#get-a-project -
def get(*args)
  arguments(args, required: [:id])
  params = arguments.params
  params["accept"] ||= PREVIEW_MEDIA
  get_request("/projects/#{arguments.id}", params)
end