From 5dc39de16e8d26592a9cab7e3e13dbe890de918d Mon Sep 17 00:00:00 2001 From: Laavanja Date: Tue, 1 Jul 2025 11:14:59 +0530 Subject: [PATCH 1/3] README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a20f48d..c5d01bc 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ To use the Zoom meetings connector, you must have access to the Zoom API through 2. Click "Develop" → "Build App" - [Zoom Marketplace](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/build-app.png) + ![Zoom Marketplace](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/build-app.png) 3. Choose **"General App"** app type (for user authorization with refresh tokens) - [App Type](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/general-app.png) + ![App Type](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/general-app.png) 4. Fill in Basic Information, choose Admin-managed option. @@ -33,14 +33,14 @@ To use the Zoom meetings connector, you must have access to the Zoom API through * Client ID * Client Secret - [App Credentials](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-credentials.png) + ![App Credentials](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-credentials.png) 2. **Set Redirect URI**: Add your application's redirect URI 3. **Add Scopes**: Make sure your Zoom app has the necessary scopes for the Scheduler API: * Add `scheduler:read`, `scheduler:write` and `user:read` in the scope - [App Scopes](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-scopes.png) + ![App Scopes](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-scopes.png) ### Step 3: Activate the App From 1d1e03aff4ca80060e34c003d4d77a886f85489b Mon Sep 17 00:00:00 2001 From: Laavanja Date: Tue, 1 Jul 2025 11:15:26 +0530 Subject: [PATCH 2/3] README.md --- ballerina/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/README.md b/ballerina/README.md index dd1d416..f476c9b 100644 --- a/ballerina/README.md +++ b/ballerina/README.md @@ -12,11 +12,11 @@ To use the Zoom meetings connector, you must have access to the Zoom API through 2. Click "Develop" → "Build App" - [Zoom Marketplace](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/build-app.png) + ![Zoom Marketplace](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/build-app.png) 3. Choose **"General App"** app type (for user authorization with refresh tokens) - [App Type](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/general-app.png) + ![App Type](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/general-app.png) 4. Fill in Basic Information, choose Admin-managed option. @@ -27,14 +27,14 @@ To use the Zoom meetings connector, you must have access to the Zoom API through * Client ID * Client Secret - [App Credentials](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-credentials.png) + ![App Credentials](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-credentials.png) 2. **Set Redirect URI**: Add your application's redirect URI 3. **Add Scopes**: Make sure your Zoom app has the necessary scopes for the Scheduler API: * Add `scheduler:read`, `scheduler:write` and `user:read` in the scope - [App Scopes](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-scopes.png) + ![App Scopes](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/docs/setup/resources/app-scopes.png) ### Step 3: Activate the App From 9487e626df2077bd0f2c1097c2a149870db606ce Mon Sep 17 00:00:00 2001 From: Laavanja Date: Tue, 1 Jul 2025 11:15:44 +0530 Subject: [PATCH 3/3] README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index dfae54b..f1b7ec6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -10,7 +10,7 @@ The `ballerinax/zoom.meetings` connector provides practical examples illustratin 1. Create a Zoom account by clicking the Sign Up link here: https://marketplace.zoom.us/. Once you activate your account, you’ll be ready to join as a developer. -2. Generate credentials to authenticate the connector as described in the [Setup guide](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-zoom.meetings/refs/heads/main/README.md). +2. Generate credentials to authenticate the connector as described in the [Setup guide](https://github.com/ballerina-platform/module-ballerinax-zoom.meetings/tree/main/README.md). 3. For each example, create a `Config.toml` file the related configuration. Here's an example of how your `Config.toml` file should look: ```bash