Skip to content

feat: Added GetTeams Method#250

Open
Zozman wants to merge 2 commits intonicklaw5:mainfrom
Zozman:addGetTeams
Open

feat: Added GetTeams Method#250
Zozman wants to merge 2 commits intonicklaw5:mainfrom
Zozman:addGetTeams

Conversation

@Zozman
Copy link
Copy Markdown

@Zozman Zozman commented Jan 23, 2026

Added support for the GET /teams Helix API method with a GetTeams client method.

Example Usage:

client, err := helix.NewClient(&helix.Options{
    ClientID: "your-client-id",
})
if err != nil {
    // handle error
}

resp, err := client.GetTeams(&helix.GetTeamsParams{
    Name: "weightedblanket",
})
if err != nil {
    // handle error
}

fmt.Printf("%+v\n", resp)

Includes:

  • Implementation
  • Unit Test
  • Docs with example usage

Let me know if anything else is needed.

@Zozman Zozman changed the title Added GetTeams Method feat: Added GetTeams Method Jan 23, 2026
@Zozman Zozman changed the title feat: Added GetTeams Method feat: Added GetTeams Method Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant