What methods are available in the Flower HTTP API?
celery, flower
Solution
All HTTP API methods are documented and available at http://flower.readthedocs.org/en/latest/api.html
Problem
I want to use the Flower HTTP API to monitor Celery, but I can't seem to find any documentation of available REST methods, other than the few examples on the README. Can anyone point me in the right direction, or is reading the source code the only option?