Skip to content

Conversation

@Shaharshaki2
Copy link
Contributor

  • Add ObjectStorageApi with upload, download, list, delete, and getFileInfo methods
  • Add ObjectStorage models: UploadFileResponse, DownloadFileResponse, ListFilesResponse, FileInfo, DeleteFileResponse, GetFileInfoResponse
  • Add documentation for ObjectStorage API and models
  • Add unit tests for ObjectStorage API and models
  • Update generated client files to latest version

- Add ObjectStorageApi with upload, download, list, delete, and info methods
- Add ObjectStorage model classes (DeleteFileResponse, DownloadFileResponse, FileInfo, etc.)
- Add ObjectStorage documentation and test files
- Update __init__.py files to export ObjectStorage classes

Co-authored-by: Cursor <[email protected]>
Shaharshaki2 and others added 6 commits February 8, 2026 12:20
- Regenerate with --library asyncio flag to preserve async API style
- All ObjectStorage methods now use async/await syntax
- Maintains consistency with existing async APIs

Co-authored-by: Cursor <[email protected]>
- Remove async/await from ObjectStorage API methods
- Align with existing synchronous API style used in the SDK
- Fixes compatibility with existing codebase

Co-authored-by: Cursor <[email protected]>
Keep version 2.1.0

Co-authored-by: Cursor <[email protected]>
- Add async/await to ObjectStorage methods to match other APIs
- Align with async refactor from master (#13)
- Update documentation and tests for async usage

Co-authored-by: Cursor <[email protected]>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is needed

- name: Test with pytest
run: |
pytest --cov={{packageName}}
pytest --cov=monday_code
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I won't change this

@Shaharshaki2 Shaharshaki2 merged commit 1d687ba into master Feb 8, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants