slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
109 stars 66 forks source link

ListRequest structs misses limit parameters #75

Open clux opened 5 years ago

clux commented 5 years ago

It currently looks to be impossible to paginate responses.

The limit parameter is set in some of the ListRequest objects, but not all:

whereas they are available in users.list and channels.list.

Can I add these to the source, or is there some codegen that can be set up to add these?