Skip to content

Commit

Permalink
Upgrade to bal 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ThishaniLucas committed Jul 4, 2023
1 parent 469db1a commit 26f8936
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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"]

Expand Down
4 changes: 2 additions & 2 deletions Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.5.0"
distribution-version = "2201.6.0"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -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"},
Expand Down
16 changes: 8 additions & 8 deletions Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/).
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/).

0 comments on commit 26f8936

Please sign in to comment.