Skip to content

Commit

Permalink
Update README.md with Python installation instructions and token endp…
Browse files Browse the repository at this point in the history
…oints
  • Loading branch information
washcycle committed Dec 19, 2023
1 parent acc4d6e commit db37806
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contribute

## Linux
- Install python 3.10
- Install python 3.10 from here [here](https://www.python.org/downloads/).
- `python3.10 -m venv ~/.venvs/poetry`
- `source ~/.venv/poetry/bin/activate`
- `python -m pip install poetry`
Expand Down Expand Up @@ -33,14 +33,14 @@

## Token endpoints

### Production
### Sandbox

`https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize`
BASE FHIR URL: `https://staging-fhir.ecwcloud.com/fhir/r4/<practice>`

`https://oauthserver.eclinicalworks.com/oauth/oauth2/token`
FHIR Capabilities URL: `https://staging-fhir.ecwcloud.com/fhir/r4/<practice>/metadata?_format=json`

### Sandbox
### Production

BASE FHIR URL: `https://staging-fhir.ecwcloud.com/fhir/r4/FFBJCD`
`https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize`

FHIR Capabilities URL: `https://staging-fhir.ecwcloud.com/fhir/r4/FFBJCD/metadata?_format=json`
`https://oauthserver.eclinicalworks.com/oauth/oauth2/token`

0 comments on commit db37806

Please sign in to comment.