Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ To use the Smartsheet connector, you must have access to the Smartsheet API thro
![generate API token ](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-smartsheet/refs/heads/main/docs/setup/resources/generate-api-token.png)


> You must copy and store this key somewhere safe. It won't be visible again in your account settings for security reasons
> **Tip:** You must copy and store this key somewhere safe. It won't be visible again in your account settings for security reasons

## Quickstart

To use the `Smartsheet` connector in your Ballerina application, update the `.bal` file as follows:
To use the Smartsheet connector in your Ballerina application, update the `.bal` file as follows:

### Step 1: Import the module

Expand Down Expand Up @@ -109,9 +109,9 @@ bal run

## Examples

The `Smartsheet` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/module-ballerinax-smartsheet/tree/main/examples/), covering the following use cases:
The `Smartsheet` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-smartsheet/tree/main/examples), covering the following use cases:

1. [Project task management](https://github.com/module-ballerinax-smartsheet/tree/main/examples/project_task_management) - Demonstrates how to automate project task creation using Ballerina connector for Smartsheet.
1. [Project task management](https://github.com/ballerina-platform/module-ballerinax-smartsheet/tree/main/examples/project_task_management) - Demonstrates how to automate project task creation using Ballerina connector for Smartsheet.

## Build from the source

Expand Down
6 changes: 3 additions & 3 deletions ballerina/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use the Smartsheet connector, you must have access to the Smartsheet API thro
![generate API token ](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-smartsheet/refs/heads/main/docs/setup/resources/generate-api-token.png)


> You must copy and store this key somewhere safe. It won't be visible again in your account settings for security reasons
> **Tip:** You must copy and store this key somewhere safe. It won't be visible again in your account settings for security reasons

## Quickstart

Expand Down Expand Up @@ -102,7 +102,7 @@ bal run

## Examples

The `Smartsheet` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/module-ballerinax-smartsheet/tree/main/examples/), covering the following use cases:
The `Smartsheet` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-smartsheet/tree/main/examples), covering the following use cases:

1. [Project task management](https://github.com/module-ballerinax-smartsheet/tree/main/examples/project_task_management) - Demonstrates how to automate project task creation using Ballerina connector for Smartsheet.
1. [Project task management](https://github.com/ballerina-platform/module-ballerinax-smartsheet/tree/main/examples/project_task_management) - Demonstrates how to automate project task creation using Ballerina connector for Smartsheet.

Loading