-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add module.md and update README with setup guide information #5
Conversation
Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
ballerina/Module.md
Outdated
|
||
<img src="https://github.com/HussainLatiff/module-ballerinax-discord/blob/main/docs/setup/resources/make-new-app.png?raw=true"> | ||
|
||
Once in the discord developer portal is open, click on the `New Application` button as displayed above to start the process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update all the similar places because Discord is a proper noun.
Once in the discord developer portal is open, click on the `New Application` button as displayed above to start the process. | |
Once in the Discord developer portal is open, click on the `New Application` button as displayed above to start the process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@HussainLatiff it seems this is not addressed yet as I still see the word discord
within the documentation.
@HussainLatiff please make sure to mirror all the suggested changes in the README.md file as well |
Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
…ion ballerina/Module.md Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
…rina/Module.md Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
…ina/Module.md Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
…allerina/Module.md Co-authored-by: Nipuna Ransinghe <nipunaranasinghe93@gmail.com>
ballerina/Module.md
Outdated
|
||
|
||
### 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 | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why have we removed this?
Purpose
Examples
Checklist