rabbitmq_http_api_client
rabbitmq_http_api_client copied to clipboard
RabbitMQ HTTP API client for Ruby
What are the plans of providing rabbitmq 3.7 specific features like: (1) Setting virtualhost limits. (2) operator policy overrides.
New in RabbitMQ 3.7.0 in `GET /api/vhosts`, see https://github.com/rabbitmq/rabbitmq-management/issues/460.
When I try to list_parameters_of by name, I get this error: ``` ruby > client.list_parameters_of('federation-upstream', 'monitor', '33ac8c46007794dee1a6') NoMethodError: undefined method `each_pair' for # from /var/lib/gems/2.2.0/gems/hashie-3.4.1/lib/hashie/mash.rb:179:in `deep_update' ``` If I don't...