class Github::Client::Orgs::Teams
def get(*args)
- Api: - public
Other tags:
- See: https://developer.github.com/v3/orgs/teams/#get-team -
def get(*args) arguments(args, required: [:id]) get_request("/teams/#{arguments.id}", arguments.params) end