Sometimes we need more metadata about a team or a member than than just the name (especially the slug, in the case of list_team_members()), so this allows returning a data frame of team metadata from list_teams() and list_team_members(), rather than the raw gh response or a character vector of names.
This is used in list_team_members() to validate the supplied team against the slug.
Sometimes we need more metadata about a team or a member than than just the name (especially the slug, in the case of
list_team_members()
), so this allows returning a data frame of team metadata fromlist_teams()
andlist_team_members()
, rather than the rawgh
response or a character vector of names.This is used in
list_team_members()
to validate the supplied team against the slug.