slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42

Home Page:https://pkg.go.dev/github.com/slack-go/slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: Missing `team_id` param

candiduslynx opened this issue · comments

What happened

Not all API calls required to have team_id param actually have it in the SDK.

Expected behavior

All API calls required to have team_id param actually have it in the SDK.

Steps to reproduce

files.list API (as Client.GetFilesContext) as an example

Versions

  • slack-go/slack: v0.12.5