Sorackb / HealthcareInstitution

An API that will take control over the healthcare institution registration as well as the exams ingest.
MIT License
0 stars 0 forks source link

HealthcareInstitution

Build Status Sonarcloud Status SonarCloud Coverage SonarCloud Bugs SonarCloud Vulnerabilities Dependabot

An API that will take control over the healthcare institution registration as well as the exams ingest.

Requirements

Running

  mvn spring-boot:run

API documentation

The API description and try-out methods can be viewed in the following URL:

/swagger-ui.html

healthcareinstitutions

An API that will take control over the healthcare institution registration.

Create a Healthcare Institution

Creates a single Healthcare Institution. The token returned needs to be used as Beared Authentication Header for exams API.

exams

An API that will take control over the exam ingest. The Beared Authentication Header is required and can be obtain creating a healthcare institution.


Create a Exam

Creates a single Exam. This resource charges 1 pixeon.


Update an exam

Update data of an existent Exam.


Delete an exam

Delete an existent Exam.


Retrieve an exam

Retrieve a previously created Exam. Charges 1 pixeon in the first call of every exam.