Merge pull request #747 from sailpoint-oss/tool-support-doc

added support and contribution directions to tools
This commit is contained in:
Colin McKibben
2025-03-04 16:41:24 -05:00
committed by GitHub
8 changed files with 99 additions and 3 deletions

View File

@@ -187,6 +187,20 @@ To get your environment variables to persist across PowerShell sessions, run the
</TabItem>
</Tabs>
## Getting Support
To get support for the Go SDK, please see our GitHub page, https://github.com/sailpoint-oss/golang-sdk.
To submit a bug report, please [click here](https://github.com/sailpoint-oss/golang-sdk/issues/new?assignees=&labels=bug&template=bug-report.md).
To submit a feature request, please [click here](https://github.com/sailpoint-oss/golang-sdk/issues/new?assignees=&labels=enhancement&template=feature-request.md)
## Contribute
Do you have an idea to help improve the Go SDK? You can contribute directly!
Before you contribute, you must sign our [CLA](https://cla-assistant.io/sailpoint-oss/golang-sdk) and read the [Contribution Guidelines](https://github.com/sailpoint-oss/developer.sailpoint.com/blob/main/CONTRIBUTING.md).
## Discuss
You can use this SDK to build new tools that extend your ISC platform and improve experiences across your organization. Use this guide to get started, and if you have questions, don't hesitate to reach out on the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss!

View File

@@ -191,6 +191,20 @@ To get your environment variables to persist across PowerShell sessions, run the
</TabItem>
</Tabs>
## Getting Support
To get support for the PowerShell SDK, please see our GitHub page, https://github.com/sailpoint-oss/powershell-sdk.
To submit a bug report, please [click here](https://github.com/sailpoint-oss/powershell-sdk/issues/new?assignees=&labels=bug&template=bug-report.md).
To submit a feature request, please [click here](https://github.com/sailpoint-oss/powershell-sdk/issues/new?assignees=&labels=enhancement&template=feature-request.md)
## Contribute
Do you have an idea to help improve the PowerShell SDK? You can contribute directly!
Before you contribute, you must sign our [CLA](https://cla-assistant.io/sailpoint-oss/powershell-sdk) and read the [Contribution Guidelines](https://github.com/sailpoint-oss/developer.sailpoint.com/blob/main/CONTRIBUTING.md).
## Discuss
You can use this SDK to build new tools that extend your ISC platform and improve experiences across your organization. Use this guide to get started, and if you have questions, don't hesitate to reach out on the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss!

View File

@@ -184,6 +184,20 @@ To get your environment variables to persist across PowerShell sessions, run the
</TabItem>
</Tabs>
## Getting Support
To get support for the Python SDK, please see our GitHub page, https://github.com/sailpoint-oss/python-sdk.
To submit a bug report, please [click here](https://github.com/sailpoint-oss/python-sdk/issues/new?assignees=&labels=bug&template=bug-report.md).
To submit a feature request, please [click here](https://github.com/sailpoint-oss/python-sdk/issues/new?assignees=&labels=enhancement&template=feature-request.md)
## Contribute
Do you have an idea to help improve the Python SDK? You can contribute directly!
Before you contribute, you must sign our [CLA](https://cla-assistant.io/sailpoint-oss/python-sdk) and read the [Contribution Guidelines](https://github.com/sailpoint-oss/developer.sailpoint.com/blob/main/CONTRIBUTING.md).
## Discuss
You can use this SDK to build new tools that extend your Identity Security Cloud platform and improve experiences across your organization. Use this guide to get started, and if you have questions, don't hesitate to reach out on the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss!

View File

@@ -227,6 +227,20 @@ To get your environment variables to persist across PowerShell sessions, run the
</TabItem>
</Tabs>
## Getting Support
To get support for the TypeScript SDK, please see our GitHub page, https://github.com/sailpoint-oss/typescript-sdk.
To submit a bug report, please [click here](https://github.com/sailpoint-oss/typescript-sdk/issues/new?assignees=&labels=bug&template=bug-report.md).
To submit a feature request, please [click here](https://github.com/sailpoint-oss/typescript-sdk/issues/new?assignees=&labels=enhancement&template=feature-request.md)
## Contribute
Do you have an idea to help improve the TypeScript SDK? You can contribute directly!
Before you contribute, you must sign our [CLA](https://cla-assistant.io/sailpoint-oss/typescript-sdk) and read the [Contribution Guidelines](https://github.com/sailpoint-oss/developer.sailpoint.com/blob/main/CONTRIBUTING.md).
## Discuss
You can use this SDK to build new tools that extend your ISC platform and improve experiences across your organization. Use this guide to get started, and if you have questions, don't hesitate to reach out on the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss!