Skip to content
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

Merged
merged 29 commits into from
Jul 1, 2024

Conversation

HussainLatiff
Copy link
Contributor

Purpose

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

@NipunaRanasinghe NipunaRanasinghe changed the title Add Module.md and Update ReadMe with Setup Guide Information Add module.md and update README with setup guide information Jun 25, 2024
README.md Outdated Show resolved Hide resolved
ballerina/Module.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
ballerina/Module.md Outdated Show resolved Hide resolved
ballerina/Module.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
HussainLatiff and others added 2 commits June 28, 2024 09:51
Co-authored-by: Nipuna Ransinghe  <nipunaranasinghe93@gmail.com>
Co-authored-by: Nipuna Ransinghe  <nipunaranasinghe93@gmail.com>
ballerina/Module.md Outdated Show resolved Hide resolved
ballerina/Module.md Outdated Show resolved Hide resolved
ballerina/Module.md Outdated Show resolved Hide resolved

<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.
Copy link
Contributor

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.

Suggested change
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.

Copy link
Contributor

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.

ballerina/Module.md Outdated Show resolved Hide resolved
ballerina/Module.md Outdated Show resolved Hide resolved
ballerina/Module.md Outdated Show resolved Hide resolved
ballerina/Module.md Outdated Show resolved Hide resolved
ballerina/Module.md Outdated Show resolved Hide resolved
@NipunaRanasinghe
Copy link
Contributor

@HussainLatiff please make sure to mirror all the suggested changes in the README.md file as well

HussainLatiff and others added 6 commits June 28, 2024 15:44
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>
Comment on lines 74 to 89


### 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
```
Copy link
Contributor

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?

@NipunaRanasinghe NipunaRanasinghe merged commit cff86dc into ballerina-platform:main Jul 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants