Skip to content

A Python server (FastAPI) that simplifies the work with the ApiMedic service. Send simpler requests to your server and get the result from the service.

Notifications You must be signed in to change notification settings

mrglaster/FastAPI-ApiMedic-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI ApiMedic Server

A Python server (FastAPI) that simplifies the work with the ApiMedic service. Send simpler requests to your server and get the result from the service. This server uses client code from the priaid-eHealth project

How to use?

  1. Install required dependencies with command

pip install -r requirements.txt

  1. Add your auth data to cfg/config.py
username = "USE YOUR OWN!" # Here enter your API user name
password = "USE YOUR OWN!" # Here enter your API password
priaid_authservice_url = "https://authservice.priaid.ch/login"
priaid_healthservice_url = "https://healthservice.priaid.ch"
language = "en-gb"
pritnRawOutput = False
  1. Run the server
  2. Profit!

Links

  1. priaid-eHealth project
  2. Symptom Checker API
  3. FastAPI

About

A Python server (FastAPI) that simplifies the work with the ApiMedic service. Send simpler requests to your server and get the result from the service.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages