mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Resolve merge conflict
This commit is contained in:
@@ -6,7 +6,7 @@ sidebar_label: Golang
|
||||
sidebar_position: 2
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'golang', 'sdk']
|
||||
description: Learn how to use the Golang SDK in this guide.
|
||||
description: Easy ISC development in Golang SDK.
|
||||
slug: /tools/sdk/go
|
||||
tags: ['SDK', 'Software Development Kit']
|
||||
---
|
||||
|
||||
@@ -6,18 +6,22 @@ sidebar_label: SDKs
|
||||
sidebar_position: 2
|
||||
sidebar_class_name: sdk
|
||||
keywords: ['sdk']
|
||||
description: A SailPoint SDK makes it easy to access the SailPoint API and extend your IDN platform.
|
||||
description: Easy ISC development in your preferred coding language.
|
||||
slug: /tools/sdk
|
||||
tags: ['SDK']
|
||||
---
|
||||
|
||||
## SDKs
|
||||
## Overview
|
||||
|
||||
A SailPoint software development kit (SDK) makes it easy to access the SailPoint APIs and extend your IDN platform.
|
||||
The SailPoint software development kits (SDKs) make it easier for developers to leverage the Identity Security Cloud (ISC) APIs, extensibility options, and connectivity while they build with their preferred coding languages.
|
||||
|
||||
In addition to the APIs, each SDK includes SaaS connector, IDN search, and transform functionality. Each SDK also includes prebuilt examples you can use to learn how to get started.
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
Try one of these SDKs to get started:
|
||||
- [Go SDK](./go/index.mdx)
|
||||
- [Powershell SDK](./powershell/index.mdx)
|
||||
- [TypeScript SDK](./typescript/index.mdx)
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
|
||||
## Discuss
|
||||
|
||||
To learn more about the ISC SDKs and discuss them with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6).
|
||||
@@ -6,7 +6,7 @@ sidebar_label: PowerShell
|
||||
sidebar_position: 3
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'sdk']
|
||||
description: Learn how to use the PowerShell SDK in this guide.
|
||||
description: Easy ISC development in PowerShell.
|
||||
slug: /tools/sdk/powershell
|
||||
tags: ['SDK']
|
||||
---
|
||||
|
||||
@@ -6,7 +6,7 @@ sidebar_label: TypeScript
|
||||
sidebar_position: 4
|
||||
sidebar_class_name: typescriptsdk
|
||||
keywords: ['tsc', 'typescript', 'sdk']
|
||||
description: Learn how to use the TypeScript SDK in this guide.
|
||||
description: Easy ISC development in TypeScript.
|
||||
slug: /tools/sdk/typescript
|
||||
tags: ['SDK']
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user