Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-Add support for GET /api/:guild_id/members #105

Closed
bwmarrin opened this issue Feb 13, 2016 · 3 comments
Closed

Re-Add support for GET /api/:guild_id/members #105

bwmarrin opened this issue Feb 13, 2016 · 3 comments
Assignees
Labels
feature Feature implementation
Milestone

Comments

@bwmarrin
Copy link
Owner

GET /api/:guild_id/members has been added back to Discord, so we should add the function back that allows using it. It is now paginated though so need to figure out how that works :)

@bwmarrin
Copy link
Owner Author

large_threshold will be required and will have a max value of 250. 
  • jake

@bwmarrin bwmarrin added the feature Feature implementation label Feb 19, 2016
@bwmarrin bwmarrin added this to the v0.11.0 milestone Feb 19, 2016
@bwmarrin bwmarrin self-assigned this Feb 19, 2016
@bwmarrin
Copy link
Owner Author

Functions GuildMembers and GuildMember added with #114 but we still need to handle the large_threshold part

@bwmarrin
Copy link
Owner Author

Ahh.. large_threshold comment is unrelated to this endpoint.

However, there should be query params such as limit, after, before to allow you to actually paginate though the list. Need to figure out which ones work, how they work..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature implementation
Projects
None yet
Development

No branches or pull requests

1 participant