bkjones / pyrabbit

A Python module to communicate w/ the RabbitMQ HTTP Management API
http://pyrabbit.readthedocs.org
BSD 3-Clause "New" or "Revised" License
97 stars 86 forks source link

Adding RabbitMQ Permission information methods for all, user, and vhost specific permissions. #17

Closed inviscid closed 10 years ago

inviscid commented 11 years ago

The RabbitMQ Admin enables access to permission information. pyrabbit didn't have wrappers for those API calls so I added them.

bkjones commented 10 years ago

This is awesome, but requires tests to be merged. I'll add them myself when I can, unless you get to them first. Either way, thanks for the added api coverage.