Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

V2 proposal #16

Open
IJOL opened this issue Jan 4, 2021 · 1 comment
Open

V2 proposal #16

IJOL opened this issue Jan 4, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@IJOL
Copy link
Collaborator

IJOL commented Jan 4, 2021

After some tests and brief review and screening the code, for my use case the Api it's not easy to use, for example to get the meetings list I've ended doing something like :

`
b = BigBlueButton('https://XXXXXXXXXXXXXX/bigbluebutton/', 'XXXXXXXXXXXXXXXXXXXXXXXXX')

meetings=b.get_meetings().get_meetings() 

the first get_meetings get the Reponse object from which we get the meeting Array..

I would like to have a more natural approach as

meetings=b.get_meetings()
Is a big API change...

@IJOL IJOL added the enhancement New feature or request label Jan 4, 2021
@IJOL IJOL self-assigned this Jan 4, 2021
@luebke-dev
Copy link

@IJOL i created an asyncio api wrapper with an easier approch. https://github.com/SebastianLuebke/asyncbbb (async, type hinted and with support for ide auto completion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants