Skip to content

Commit

Permalink
API key option added
Browse files Browse the repository at this point in the history
  • Loading branch information
antsh3k committed Jul 24, 2024
1 parent b0a9879 commit ab1e975
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
# If you do not have a UMLS account, you may apply for a license on the UMLS Terminology Services (UTS) website.
# https://documentation.uts.nlm.nih.gov/rest/authentication.html

# TODO: add option for UMLS api key auth
# UMLS api key auth
umls_apikey = None


# SNOMED authentication from international and TRUD
# TODO add arg for api key auth
# SNOMED authentication from NHS TRUD. International releases will require different API access creds.
# api key auth from NHS TRUD
# For more information please see: https://isd.digital.nhs.uk/trud/users/guest/filters/0/api
snomed_apikey = None

0 comments on commit ab1e975

Please sign in to comment.