We are using Swagger to expose all the APIs that is supported by the Ripple-QEWD middletier
The Swagger UI is crafted so it is part of the standard install process
The url should be of the style DomainNameOrIPaddress/swagger-ui/dist/
For demo purposes you can currently explore http://showcase.ripple.foundation/swagger-ui/dist/
NB Please read the section below about authentication so you can easily use our Swagger APIs.
Note that to help educate you in the Ripple stack, we follow the pattern the application follows, which involves an authentication step.
There are several steps to using our Swagger APIs as outlined here
Click the GET/api/initialise area to start
Click Try it Out
Click Execute
Copy the Response Body / token
Click Authorize
Insert secure token
Click Authorise
Authorized appears
You will now see secure APIs and you can proceed to use the rest of the APIs
eg GET /api/patients/{patientId}/allergies
Click Try It Out
Patient ID for Demo is 9999999000
Click Execute
etc etc