slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.6k stars 1.11k forks source link

docs: Add an example demonstrating correct usage of GetUsersPaginated #1201

Closed adamrothman closed 1 day ago

adamrothman commented 1 year ago

I had a really hard time finding an example of how (*Client).GetUsersPaginated() is intended to be used. After debugging my own implementation for the better part of a day, I thought it would be nice to add an official example.