# udi-sdk **Repository Path**: mirrors_ibm/udi-sdk ## Basic Information - **Project Name**: udi-sdk - **Description**: SDK for interacting with Unstructured Data Integration product deployed on IBM cloud or CPD machine. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-27 - **Last Updated**: 2025-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UDI-SDK ## Scope ## Usage * [LICENSE](LICENSE) * [README.md](README.md) * [CONTRIBUTING.md](CONTRIBUTING.md) * [MAINTAINERS.md](MAINTAINERS.md) * [CHANGELOG.md](CHANGELOG.md) > These are optional If you have any questions or issues you can create a new [issue here][issues]. Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make. For example: 1. Fork the repo 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## License All source files must include a Copyright and License header. The SPDX license header is preferred because it can be easily scanned. If you would like to see the detailed LICENSE click [here](LICENSE). ```text # # Copyright IBM Corp. {Year project was created} - {Current Year} # SPDX-License-Identifier: Apache-2.0 # ``` ## Authors Optionally, you may include a list of authors, though this is redundant with the built-in GitHub list of contributors. - Author: New OpenSource IBMer [issues]: https://github.com/IBM/repo-template/issues/new