mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
making updates to follow SailPoint branding
This commit is contained in:
@@ -13,7 +13,7 @@ tags: ['SDK', 'Software Development Kit']
|
||||
|
||||
Once your SDK is installed and configured, you can start accessing the SDK's different functionalities. This guide will walk through some examples of this functionality. To learn how to install and configure the Golang SDK, refer to [Installation and Configuration](./index.mdx).
|
||||
|
||||
### List Transforms
|
||||
### List transforms
|
||||
|
||||
Create a file in your project called `sdk.go` with the following content:
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ The SDK is now installed. To learn how to configure the SDK, refer to the [Confi
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Manual Installation</summary>
|
||||
<summary>Manual installation</summary>
|
||||
|
||||
To begin your go project, you will need to create a directory for your project.
|
||||
|
||||
@@ -96,12 +96,12 @@ The SDK is now installed. To learn how to configure the SDK, refer to the [Confi
|
||||
|
||||
You must provide configuration to the SDK so that it can authenticate to your SailPoint tenant and make API calls. To do so, you can use a configuration file, "config.json", or environment variables.
|
||||
|
||||
### Configuration File
|
||||
### Configuration file
|
||||
|
||||
The SDK requires a configuration file to be named "config.json". Within the file, provide these key/value pairs: `ClientId`, `ClientSecret`, `BaseURL`.
|
||||
|
||||
<details>
|
||||
<summary>CLI Assisted <em>(Recommended)</em></summary>
|
||||
<summary>CLI assisted <em>(recommended)</em></summary>
|
||||
The SailPoint CLI offers a command to generate the "config.json" file with your currently configured CLI credentials.
|
||||
|
||||
```bash
|
||||
@@ -129,7 +129,7 @@ sail sdk init config --env devrel
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Manual Configuration</summary>
|
||||
<summary>Manual configuration</summary>
|
||||
|
||||
Create a file named "config.json", and provide these key/value pairs: `ClientId`, `ClientSecret`, `BaseURL`.
|
||||
|
||||
@@ -187,7 +187,7 @@ To get your environment variables to persist across PowerShell sessions, run the
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
## Getting Support
|
||||
## Getting support
|
||||
|
||||
To get support for the Go SDK, please see our GitHub page, https://github.com/sailpoint-oss/golang-sdk.
|
||||
|
||||
@@ -205,6 +205,6 @@ Before you contribute, you must sign our [CLA](https://cla-assistant.io/sailpoin
|
||||
|
||||
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!
|
||||
|
||||
## Getting Started
|
||||
## Getting started
|
||||
|
||||
To get started using the SDK, refer to the [Getting Started Guide](./getting-started.md).
|
||||
Reference in New Issue
Block a user