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

Missing api_call decorator for create_upload_session #684

Closed
isaacHuh opened this issue Feb 5, 2022 · 1 comment
Closed

Missing api_call decorator for create_upload_session #684

isaacHuh opened this issue Feb 5, 2022 · 1 comment
Assignees
Labels

Comments

@isaacHuh
Copy link

isaacHuh commented Feb 5, 2022

Description of the Issue

create_upload_session has a post call but no api_call decorator.

def create_upload_session(self, file_size: int, file_name: str) -> 'UploadSession':

def create_upload_session(self, file_size: int, file_name: Optional[str] = None) -> 'UploadSession':

Versions Used

Python SDK: 3.0.1
Python: 3.8.8

@arjankowski
Copy link
Contributor

Thanks @isaacHuh for report this issue!

This fix is already merged and will be published in next python release.

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

No branches or pull requests

5 participants