Skip to content
New issue

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

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

Already on GitHub? # to your account

Bypass query params to GET requests for collections #43

Merged
merged 1 commit into from
Mar 5, 2020
Merged

Bypass query params to GET requests for collections #43

merged 1 commit into from
Mar 5, 2020

Conversation

sharshenov
Copy link
Contributor

Adds support for pagination and other query parameters for all collection endpoints.

Example:

client = RabbitMQ::HTTP::Client.new("http://localhost:15672/")
client.list_queues('my_vhost', page: 2, page_size: 2)

# for default vhost
client.list_queues(nil, page: 2, page_size: 2)

@michaelklishin michaelklishin merged commit 7012030 into ruby-amqp:master Mar 5, 2020
@michaelklishin
Copy link
Member

Thank you!

@sharshenov sharshenov deleted the add-query-support-for-collection-requests branch March 5, 2020 12:04
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants