-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I used the client.events().generate_events_with_long_polling() which is a feature of old python sdk, the code is very simple like below:
events = client.events().generate_events_with_long_polling()
for event in events:
.... print(f'Got {event.event_type} event')
So, I hope that would you add this feature to new sdk? Just like the feature of new sdk "client.chunked_uploads.upload_big_file" for chunked upload that is very convenience.
Thanks any support.
Best regards.
slingshotsys
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request