Skip to content

Commit

Permalink
Add two final steps in module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HussainLatiff committed Jul 1, 2024
1 parent 847375d commit ebe5cdd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,18 @@ discord:Client discord = check new({
}
});
```

### Step 3: Invoke the connector operation
Now, utilize the available connector operations.

### Return linked third-party accounts of the user

```ballerina
ConnectedAccountResponse[] connectedAccounts = check cl->/users/\@me/connections();
````
### Step 4: Run the Ballerina application
```bash
bal run
```

0 comments on commit ebe5cdd

Please sign in to comment.