aaronsegura / nextcloud-async

Async-capable python wrapper for Nextcloud APIs
GNU General Public License v3.0
13 stars 5 forks source link

Talk: add __get_stubs on get_converstaion_messages #15

Closed josx closed 1 year ago

josx commented 1 year ago

I was using talk api and realize that you cant call get_conversation_messages after initializing NextCloudAsync.

So i have added calling __get_stubs method at first on get_conversations_messages

josx commented 1 year ago

Hey @aaronsegura are you planning to make a new release with this patch? I am using it in my project and would be great to use it not with github URL.

aaronsegura commented 1 year ago

Sure, I can do that. I won't have time today, though. Check back Monday or Tuesday.

aaronsegura commented 1 year ago

Sorry about the delay. I've been driving the last couple days, and it's taken longer than I expected to get where I'm going. I should get there this afternoon, so I'll have some time to release a new package after I review the other PR's you submitted. Thanks for all you're doing to help - I really appreciate it.

josx commented 1 year ago

No problem.
You have done a great work and saving me time. So I need to contribute at least with my needs.

aaronsegura commented 1 year ago

https://pypi.org/project/nextcloud-async/0.0.4/

Thanks again!