API Enpoints #62
mosesmbadi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@Marcos8060
Below are the endpoints you'll need to complete Phase 2.
Assign Doctor - /patients/patients
Login/Logout - /accounts/login
Create Patient - /patients/patients
Create Doctor - /accounts/register
Convert to Patient - /patients/patients
Public Appointment - /patients/publicappointments
Appointment - /patients/appointments
When you fire up the backend, it gives you a ice API guide on
api/v1/docs/swagger/
that will show you which fields are required for each endpointBeta Was this translation helpful? Give feedback.
All reactions