Skip to content

DMS integration#1

Merged
JagnathReddy merged 13 commits intomainfrom
dms-integration
Mar 26, 2026
Merged

DMS integration#1
JagnathReddy merged 13 commits intomainfrom
dms-integration

Conversation

@JagnathReddy
Copy link
Copy Markdown
Owner

Description

Initial base and architecture of DMS SDK

Related Issue

Closes #<issue_number>

(Link to the GitHub issue this PR addresses)

Type of Change

Please check the relevant option:

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring
  • Dependency update

How to Test

Describe how reviewers can test your changes:

  1. Step 1
  2. Step 2
  3. Expected result

Checklist

Before submitting your PR, please review and check the following:

  • I have read the Contributing Guidelines
  • I have verified that my changes solve the issue
  • I have added/updated automated tests to cover my changes
  • All tests pass locally
  • I have verified that my code follows the Code Guidelines
  • I have updated documentation (if applicable)
  • I have added type hints for all public APIs
  • My code does not contain sensitive information (credentials, tokens, etc.)
  • I have followed Conventional Commits for commit messages

Breaking Changes

If this PR introduces breaking changes, please describe:

  • What breaks
  • Migration path for users
  • Alternative approaches considered

Additional Notes

Add any additional context, screenshots, or information that would help reviewers.

logger = logging.getLogger(__name__)


class DMSClient:
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Are you planning to just expose configuration functionalities or upload should be added later?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

yes , there are more functionalities like create object , access control , upload , download ,

all of these functionalities will follow similar functionality

@NicoleMGomes
Copy link
Copy Markdown

Please add user-guide.md to facilitate review and understand how module should be used.

@JagnathReddy JagnathReddy merged commit 37ad206 into main Mar 26, 2026
5 of 9 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