A set of endpoints used for testing interactions from the caller
- Since:
-
- 20/07/2018
Members
-
<route> downloads
-
Route:
returns filesMethod Path GET /api/v1/download Query Parameters:
Name Type Description fileName string the name of the file to download - Since:
-
- 25/05/2018
- See:
-
- HeelRealm.Splash
Example
/api/v1/download?fileName=FileName
-
<static> generateEmail
-
Email Functions
- Since:
-
- 01/11/2017
- See:
-
- sendEmails.js
-
<route> getBasicProduct
-
Route:
returns an object of basic product detailsMethod Path GET /api/v1/misc/product Query Parameters:
Name Type Description posCode string The item to search - Since:
-
- 18/10/2017
- See:
-
- FlatsRealm.API.getBasicProduct
Example
/api/v1/misc/product?posCode=01333490
-
<static> getBranchLongLat
-
returns a branch long and lat
Query Parameters:
Name Type Description branchName string the name of the branch to Lookup - Since:
-
- 25/05/2018
- See:
-
- PaversAPI.DarkSky.getWeatherFromDarkSky
-
<route> heartBeat
-
Route:
returns a 204 if the server can be contactedMethod Path GET /api/v1/heartbeat - Since:
-
- 01/11/2017
- See:
-
- HeelRealm.Helper.checkWifi
Example
/api/v1/heartbeat
-
<static> receipt
-
Generates a receipt for attaching to email
- Since:
-
- 08/11/2017
- See:
-
- EReceipts\sendEmails.js