Handle API calls from Python data structures
Add a method to BigBlueButtonGroup
and BigBlueButton
that takes:
- The method name
- A dictionary with URL parameters
- The payload (body)
This comes in handy for frontends that receive requests in such a format, like loadbalancers, and want to do "the right thing" without dissecting it on their owns.