* #171 Have each parameter on a dedicated line
This makes it easier to add new ones without exceeding a
readable line length.
* #171 Add optional parameter `cursor` to "users.list"
* #171 Read `next_cursor` from "users.list" response
This allows callers to properly use the pagination of this API method.
* #171 Add support for "limit" parameter of users.list call
This isn't an ideal implementation because it's not clear from the documentation if sending everything in the URL for a JSON request is supported, but this does work when tested manually.
This isn't complete support for the endpoint. In particular, custom profile fields won't be set.
https://api.slack.com/methods/users.profile.set