Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Casing of Risk Profile Parameters (#191)
## Description of Changes This PR adjust the query string parameters passed to the /insight/riskprofile endpoint to align with the casing in the Orchestrate docs: https://orchestrate.docs.careevolution.com/insight/risk_profile.html Of note, I only updated the python code; I believe the Typescript portion is already correct. ## Issue Link This PR addresses the following issues: #190 ## Security **REMINDER: All file contents are public.** - [x] I have ensured no secure credentials or sensitive information remain in code, metadata, comments, etc. Of particular note: No temporary testing changes committed such as API base URLs, access tokens, print/log statements, etc. - [x] My changes do not introduce any security risks, or any such risks have been properly mitigated. Describe briefly what security risks you considered, why they don't apply, or how they've been mitigated. This change is extemely minor, changing only the names of existing parameters used to compose the URL. This change aligns the python SDK with existing functionality in the typescript SDK. ## Reviewers - [x] I have assigned the appropriate reviewer(s). Minimally, a second set of eyes is needed ensure no non-public information is published. Consider also including subject-matter experts and editing/style reviewers.
- Loading branch information