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

Add Async Flavor Interfaces #14

Open
aptxkid opened this issue Feb 24, 2015 · 4 comments
Open

Add Async Flavor Interfaces #14

aptxkid opened this issue Feb 24, 2015 · 4 comments

Comments

@aptxkid
Copy link
Contributor

aptxkid commented Feb 24, 2015

e.g. client.folder(folder_id='0').upload_async('/path/to/file'), which returns a promise.

@mattwiller
Copy link
Contributor

Rather than splitting the SDK interface into both sync and async interfaces, we would probably want to decide to move the entire SDK over to async. Since this sort of functionality was added at the language level in Python 3.4, this would likely be something we'll tackle when the SDK drops support for Python 2.7 in the next major version. I'm going to mark this breaking for now so we don't lose track of the idea, but it's unlikely to land on the v2.x branch.

@sinwoobang
Copy link

Any progress on this?

@sujaygarlanka
Copy link
Contributor

@sinwoobang Our team is currently short staffed and there is no plan to do this anytime soon. However, we are growing our team over the next few months and may revisit this then. Sorry for any inconvenience!

@oneryalcin
Copy link

@sujaygarlanka yes, I'd like to see async support on your official python API as it limits the usability (doesn't want to go multi threads in python)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants