From 26f89368454fce2439ba7314fa78580518ca2a66 Mon Sep 17 00:00:00 2001 From: ThishaniLucas Date: Tue, 4 Jul 2023 11:09:09 +0530 Subject: [PATCH] Upgrade to bal 6 --- Ballerina.toml | 4 ++-- Dependencies.toml | 4 ++-- Package.md | 16 ++++++++-------- README.md | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Ballerina.toml b/Ballerina.toml index fc3f0d7..9f4cef6 100644 --- a/Ballerina.toml +++ b/Ballerina.toml @@ -1,9 +1,9 @@ [package] org = "wso2healthcare" name = "AthenaConnect" -version = "1.0.1" +version = "1.0.2" export = ["AthenaConnect"] -distribution = "2201.5.0" +distribution = "2201.6.0" authors = ["Ballerina"] keywords = ["Healthcare","FHIR","AthenaHealth"] diff --git a/Dependencies.toml b/Dependencies.toml index 3c5ebaf..2219443 100644 --- a/Dependencies.toml +++ b/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.5.0" +distribution-version = "2201.6.0" [[package]] org = "ballerina" @@ -339,7 +339,7 @@ modules = [ [[package]] org = "wso2healthcare" name = "AthenaConnect" -version = "1.0.1" +version = "1.0.2" dependencies = [ {org = "ballerina", name = "http"}, {org = "ballerina", name = "os"}, diff --git a/Package.md b/Package.md index 209a4fa..5c5a421 100644 --- a/Package.md +++ b/Package.md @@ -33,11 +33,11 @@ This project can be used for exposing Athena as managed API. The project uses th Create a file `Config.toml` in the project's root directory and add the following configurations. -| Configuration | Description | -|-------------------|---------------------------------------------------------------------------------------------------------| -| `base` | Athena base URL | -| `tokenUrl` | Athena's token endpoint | -| `clientId` | Client ID of the application registered with Athena | -| `clientSecret` | Client secret of the application registered with Athena | -| `scopes` | Comma-seperated list of scopes | -| `customDomain` | URL that should replace the Athena base URL in the responses, if URL-rewrite interceptor is engaged | +| Configuration | Description | +|-------------------|---------------------------------------------------------------------------------------------------| +| `base` | AthenaHealth base URL | +| `tokenUrl` | AthenaHealth's token endpoint | +| `clientId` | Client ID of the application registered with AthenaHealth | +| `clientSecret` | Client secret of the application registered with AthenaHealth | +| `scopes` | Comma-seperated list of scopes | +| `customDomain` | URL that should replace the AthenaHealth base URL in the responses, if URL-rewrite is enabled | diff --git a/README.md b/README.md index c99a75e..71f1eaf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # FHIR R4 AthenaConnect Accelerator -A component in Choreo can be created by pointing the AthenaConnect accelerator's [athena-connect-fhir-r4-api-1.0.1](https://github.com/wso2/open-healthcare-choreo-accelerators/tree/athena-connect-fhir-r4-api-1.0.1) branch. For more details on creating components using Github, please refer [https://wso2.com/choreo/docs/develop-components/develop-components-with-git/](https://wso2.com/choreo/docs/develop-components/develop-components-with-git/). \ No newline at end of file +A component in Choreo can be created by pointing the AthenaConnect accelerator's [athena-connect-fhir-r4-api-1.0.2](https://github.com/wso2/open-healthcare-choreo-accelerators/tree/athena-connect-fhir-r4-api-1.0.2) branch. For more details on creating components using Github, please refer [https://wso2.com/choreo/docs/develop-components/develop-components-with-git/](https://wso2.com/choreo/docs/develop-components/develop-components-with-git/). \ No newline at end of file